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 1644f57 commit 947cf4d
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 @@ -42,6 +42,9 @@
},
"jest": {
"clearMocks": true,
"collectCoverageFrom": [
"src/**/*.js"
],
"coverageReporters": [
"text",
"lcovonly"
Expand Down

0 comments on commit 947cf4d

Please sign in to comment.