Skip to content

Commit

Permalink
fix: default value
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 31, 2020
1 parent e3140b3 commit 3756c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/instrument/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const parseStories = async (
test,
renderer,
transformMDX,
storybookExports,
storybookExports = false,
...otherMDXOptions
} = mergedOptions.mdx;
if (test && filePath.match(test)) {
Expand Down

0 comments on commit 3756c73

Please sign in to comment.