Skip to content

Commit 81f1375

Browse files
test: remove svg files from coverage
1 parent db6b09a commit 81f1375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
'!src/**/*.stories.tsx',
88
'!src/styles/**/*.ts',
99
'!src/core/**/*.ts',
10+
'!src/components/icons/svgs/**/*.ts',
1011
],
1112
coverageReporters: ['json', 'html', 'lcov', 'text'],
1213
setupFilesAfterEnv: ['<rootDir>/.jest/setup.ts'],

0 commit comments

Comments
 (0)