Skip to content

Commit

Permalink
test: only collect coverage from src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 13, 2023
1 parent 49964b0 commit baed865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
},
"jest": {
"clearMocks": true,
"collectCoverageFrom": [
"src/**/*.js"
],
"coverageReporters": [
"text",
"lcovonly"
Expand Down

0 comments on commit baed865

Please sign in to comment.