Fix issue with ClientApi tests

This commit is contained in:
Tom Coleman 2021-09-21 22:18:08 +10:00
parent 4df165226b
commit 3e5e8d737a

View File

@ -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') },
})),
};