Skip to content

Commit

Permalink
Fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
aarong committed Jan 17, 2024
1 parent 6b5bd37 commit f4b932e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js}",
"!<rootDir>/node_modules/"
"src/**/*.js"
]
},
"repository": {
Expand Down

0 comments on commit f4b932e

Please sign in to comment.