1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Ignoring all storybook files from coverage check .stories.* (#18225)

This commit is contained in:
George Marshall 2023-03-17 11:51:58 -07:00 committed by GitHub
parent c4caef5e12
commit 33a25cd6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ async function start() {
// checking test file coverage is redundant.
'!**/*.test.js',
'!**/__mocks__/**/*.js',
'!**/*.stories.js',
'!**/*.stories.*',
]),
coverageMap,
);