Skip to content

Commit

Permalink
Coverage: fix collectCoverageFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed May 4, 2021
1 parent c18ca20 commit 7516824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
collectCoverage: true, // Only collect in CI
collectCoverage: true,
collectCoverageFrom: [
'./test/*.js',
'<rootDir>/lib/**/*.js',
],
coverageDirectory: './coverage',
coverageThreshold: {
Expand Down

0 comments on commit 7516824

Please sign in to comment.