cleanup error logs from angular test

This commit is contained in:
Yann Braga 2022-05-11 14:36:04 +02:00
parent a266d27356
commit 5452005302

View File

@ -124,7 +124,7 @@ describe('Start Storybook Builder', () => {
});
it('should throw error', async () => {
buildStandaloneMock.mockRejectedValue(new Error());
buildStandaloneMock.mockRejectedValue(true);
const run = await architect.scheduleBuilder('@storybook/angular:start-storybook', {
browserTarget: 'angular-cli:build-2',