mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:01:07 +08:00
Fix issue with ClientApi
tests
This commit is contained in:
parent
4df165226b
commit
3e5e8d737a
@ -102,6 +102,7 @@ describe('ClientApi', () => {
|
||||
const store = {
|
||||
processCSFFileWithCache: jest.fn(() => ({ meta: { title: 'title' } })),
|
||||
storyFromCSFFile: jest.fn(({ storyId }) => ({
|
||||
id: storyId,
|
||||
parameters: { fileName: storyId.split('-')[0].replace('kind', 'file') },
|
||||
})),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user