Skip to content

Commit

Permalink
Add nyc in the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Aug 22, 2018
1 parent e675124 commit e17f58d
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 @@ -6,7 +6,7 @@
"scripts": {
"build": "webpack",
"watch": "webpack -w",
"test": "mocha -r ts-node/register \"src/**/*.spec.ts\"",
"test": "nyc mocha -r ts-node/register \"src/**/*.spec.ts\"",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"nyc": {
Expand Down

0 comments on commit e17f58d

Please sign in to comment.