Skip to content

Commit

Permalink
add test:cover
Browse files Browse the repository at this point in the history
  • Loading branch information
arseneeth committed Jun 22, 2020
1 parent 8193838 commit ba26156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"changelog": "auto-changelog -p",
"prepublishOnly": "npm run build",
"test:unit": "mocha --config=test/unit/.mocharc.json --node-env=test --exit test/unit/**/*.ts",
"test:integration": "mocha --config=test/integration/.mocharc.json --node-env=test --exit test/integration/**/*.ts"
"test:integration": "mocha --config=test/integration/.mocharc.json --node-env=test --exit test/integration/**/*.ts",
"test:cover": "nyc --report-dir coverage/unit npm run test:unit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ba26156

Please sign in to comment.