diff --git a/src/storybook/Stories.test.ts b/src/storybook/Stories.test.ts index 197179e68..447bf46c7 100644 --- a/src/storybook/Stories.test.ts +++ b/src/storybook/Stories.test.ts @@ -19,7 +19,7 @@ jest.mock("draft-js/lib/generateRandomKey"); (generateRandomKey as any).mockImplementation(() => "testKey"); initStoryshots({ - configPath: "saleor/static/dashboard-next/storybook/", + configPath: "src/storybook/", test({ story }) { const result = render(story.render() as any); expect(toJSON(result)).toMatchSnapshot();