Skip to content

Commit

Permalink
chore: stop excess coverage files being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jan 28, 2021
1 parent 170ee64 commit f2b8925
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
},
"jest": {
"clearMocks": true,
"coverageReporters": [
"text",
"lcovonly"
],
"resetMocks": true,
"testEnvironment": "node",
"testTimeout": 10000
Expand Down

0 comments on commit f2b8925

Please sign in to comment.