Skip to content

Commit

Permalink
fix: remove commented out duplicate collectCoverageFrom key of jest c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
dornelasnelson committed Jan 5, 2024
1 parent e901511 commit 4df7f89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,4 @@ module.exports = {
'!**/*.d.ts'
],
roots: ['<rootDir>/src'],
// collectCoverageFrom: [
// 'src/modules/**/*.{ts,tsx}',
// '!**/node_modules/**'
// ],
};

0 comments on commit 4df7f89

Please sign in to comment.