Skip to content

Commit

Permalink
Removing some files from collectCoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed Feb 22, 2021
1 parent 2aa61e0 commit 45ac5a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ module.exports = {
'!src/pages/**/*.tsx',
'!src/styles/**/*.ts',
'!src/utils/apollo.ts',
'!src/types/**/*.d.ts'
'!src/utils/apolloCache.ts',
'!src/types/**/*.d.ts',
'!src/graphql/**/*.ts',
'!src/**/mock.ts'
],
setupFilesAfterEnv: ['<rootDir>/.jest/setup.ts'],
modulePaths: ['<rootDir>/src/', '<rootDir>/.jest'],
Expand Down

0 comments on commit 45ac5a9

Please sign in to comment.