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 3c302f8 commit 15be36a
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 @@ -50,6 +50,10 @@
},
"jest": {
"clearMocks": true,
"coverageReporters": [
"text",
"lcovonly"
],
"resetMocks": true,
"testEnvironment": "node",
"testTimeout": 10000
Expand Down

0 comments on commit 15be36a

Please sign in to comment.