Skip to content

Commit

Permalink
chore: exclude tests from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Aug 5, 2021
1 parent a084052 commit d4284cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config: InitialOptionsTsJest = {
collectCoverageFrom: [
'lib/**/*.{js,ts}',
'!lib/**/*.{d,spec}.ts',
'!lib/**/{__fixtures__,__mocks__,__testutil__}/**/*.{js,ts}',
'!lib/**/{__fixtures__,__mocks__,__testutil__,test}/**/*.{js,ts}',
'!lib/**/types.ts',
],
coverageReporters: ci
Expand Down

0 comments on commit d4284cb

Please sign in to comment.