Skip to content

Commit

Permalink
chore(jest): removed index.doc from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Jun 3, 2022
1 parent d2554ec commit 62795d0
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 @@ -5,6 +5,7 @@ module.exports = {
collectCoverageFrom: [
'<rootDir>/src/**/*.ts',
'!<rootDir>/src/types/**/*.ts',
'!<rootDir>/src/**/index.doc.ts',
'!<rootDir>/src/**/index.ts',
],
globals: {
Expand Down

0 comments on commit 62795d0

Please sign in to comment.