We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6b09a commit 81f1375Copy full SHA for 81f1375
jest.config.js
@@ -7,6 +7,7 @@ module.exports = {
7
'!src/**/*.stories.tsx',
8
'!src/styles/**/*.ts',
9
'!src/core/**/*.ts',
10
+ '!src/components/icons/svgs/**/*.ts',
11
],
12
coverageReporters: ['json', 'html', 'lcov', 'text'],
13
setupFilesAfterEnv: ['<rootDir>/.jest/setup.ts'],
0 commit comments