Skip to content

Commit

Permalink
chore: Remove coverage requirements for regular components
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Jan 4, 2021
1 parent 54fcadc commit 85c5c73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ module.exports = {
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
collectCoverageFrom: [
'./src/**/*.js',
'!./src/components/pages/**/*.js',
'!./src/components/charts/**/*.js',
'!./src/components/common/**/*.js',
'!./src/components/layout/**/*.js',
'!./src/components/social-media-graphics/**/*.js',
'!./src/pages/**/*.js',
'!./src/templates/**/*.js',
'!./src/stories/**',
Expand Down

0 comments on commit 85c5c73

Please sign in to comment.