diff --git a/app/angular/src/server/framework-preset-angular-cli.test.ts b/app/angular/src/server/framework-preset-angular-cli.test.ts index d72f2bf8adb..3c46b7726ab 100644 --- a/app/angular/src/server/framework-preset-angular-cli.test.ts +++ b/app/angular/src/server/framework-preset-angular-cli.test.ts @@ -443,7 +443,7 @@ describe('framework-preset-angular-cli', () => { expect(logger.info).toHaveBeenNthCalledWith(1, '=> Loading angular-cli config'); expect(logger.info).toHaveBeenNthCalledWith( 2, - '=> Using angular project "foo-project" for configuring Storybook' + '=> Using angular project "foo-project:build" for configuring Storybook' ); expect(logger.info).toHaveBeenNthCalledWith(3, '=> Using angular-cli webpack config'); });