mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:41:07 +08:00
Fix broken test
This commit is contained in:
parent
a57e6944f8
commit
7d704c8fc3
@ -48,6 +48,7 @@ jest.mock('@storybook/store', () => {
|
||||
return {
|
||||
...actualStore,
|
||||
autoTitle: () => 'auto-title',
|
||||
autoTitleFromSpecifier: () => 'auto-title-from-specifier',
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user