Skip to content

Commit

Permalink
Fix jest test path
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall committed Jul 19, 2020
1 parent aa46236 commit 39db38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/canvas/storybook/storyshots.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ addSerializer(styleSheetSerializer);

// Initialize Storyshots and build the Jest Snapshots
initStoryshots({
configPath: path.resolve(__dirname, './../.storybook'),
configPath: path.resolve(__dirname, './../storybook'),
test: multiSnapshotWithOptions({}),
});

0 comments on commit 39db38e

Please sign in to comment.