Skip to content

Commit

Permalink
Setup coverage output in the terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Mar 27, 2018
1 parent 4fec892 commit fd50d93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
},
"license": "MIT",
"jest": {
"testEnvironment": "node"
"testEnvironment": "node",
"collectCoverage": true,
"coverageReporters": ["lcov", "text", "text-summary"]
},
"engines": {
"npm": ">= 4.0.0"
Expand Down

0 comments on commit fd50d93

Please sign in to comment.