Skip to content

Commit

Permalink
configure jest to output coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmaniero committed Oct 21, 2020
1 parent ec30aad commit 9be66d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"wait-for-expect": "^3.0.2"
},
"scripts": {
"test": "jest",
"test": "jest --coverage --runInBand --silent --verbose",
"build": "tsc && cp package.json dist && cp README.md dist"
},
"dependencies": {
Expand Down

0 comments on commit 9be66d1

Please sign in to comment.