Skip to content

Commit

Permalink
storyshots should also relate to the .storybook dir
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-dv committed Dec 20, 2018
1 parent 6532c4f commit 69a0e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function test(options) {
}

function configure(options, storybook) {
const { configPath = 'storybook', config } = options;
const { configPath = '.storybook', config } = options;

if (config && typeof config === 'function') {
config(storybook);
Expand Down

0 comments on commit 69a0e96

Please sign in to comment.