Skip to content

Commit

Permalink
~ added coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhartha Lahiri committed Jul 17, 2017
1 parent bc5577c commit d455056
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
"yosay": "^2.0.0"
},
"jest": {
"testEnvironment": "node"
"verbose": true,
"testEnvironment": "node",
"collectCoverage": true,
"coverageDirectory": "coverage",
"coverageReporters": ["json", "lcov", "text"]
},
"scripts": {
"prepublish": "nsp check",
Expand Down

0 comments on commit d455056

Please sign in to comment.