mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
fixup! Fix bad merge
This commit is contained in:
parent
fe176979eb
commit
c42615058d
@ -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');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user