Skip to content

Commit

Permalink
chore: change snapshot ext
Browse files Browse the repository at this point in the history
jest bug issue: jestjs/jest#8922
  • Loading branch information
naporin0624 committed Feb 8, 2024
1 parent ef5961b commit 4b2bb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/storybook.test.ts
Expand Up @@ -47,7 +47,7 @@ const options = {
storyKindRegex: /^.*?DontTest$/,
storyNameRegex: /UNSET/,
snapshotsDirName: '__snapshots__',
snapshotExtension: 'snap',
snapshotExtension: 'storyshot',
}

describe(options.suite, () => {
Expand Down

0 comments on commit 4b2bb5a

Please sign in to comment.