Skip to content

Commit

Permalink
Ignoring all storybook files from coverage check .stories.* (#18225)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall authored Mar 17, 2023
1 parent c4caef5 commit 33a25cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/merge-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ async function start() {
// checking test file coverage is redundant.
'!**/*.test.js',
'!**/__mocks__/**/*.js',
'!**/*.stories.js',
'!**/*.stories.*',
]),
coverageMap,
);
Expand Down

0 comments on commit 33a25cd

Please sign in to comment.