Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
fixing test script to include nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
appinteractive committed Dec 4, 2018
1 parent 36a228c commit 55ca17e
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 @@ -37,7 +37,7 @@
"clean": "rm -Rf tmp",
"mongo": "mongod --dbpath data --quiet",
"mongo:win": "mongod --dbpath /data/db --quiet",
"test": "yarn run mocha && yarn run cucumber",
"test": "nyc --reporter=text-lcov yarn run mocha && yarn run cucumber",
"test:coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"eslint": "eslint server/. test/. features/. --config .eslintrc.json",
"start": "node server/",
Expand Down

0 comments on commit 55ca17e

Please sign in to comment.