Skip to content

Commit

Permalink
test: remove svg files from coverage (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-moreira-brisa authored May 23, 2024
1 parent db6b09a commit 5633dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
'!src/**/*.stories.tsx',
'!src/styles/**/*.ts',
'!src/core/**/*.ts',
'!src/components/icons/svgs/**/*.ts',
],
coverageReporters: ['json', 'html', 'lcov', 'text'],
setupFilesAfterEnv: ['<rootDir>/.jest/setup.ts'],
Expand Down

0 comments on commit 5633dfc

Please sign in to comment.