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

Commit 55ca17e

Browse files
fixing test script to include nyc
1 parent 36a228c commit 55ca17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"clean": "rm -Rf tmp",
3838
"mongo": "mongod --dbpath data --quiet",
3939
"mongo:win": "mongod --dbpath /data/db --quiet",
40-
"test": "yarn run mocha && yarn run cucumber",
40+
"test": "nyc --reporter=text-lcov yarn run mocha && yarn run cucumber",
4141
"test:coverage": "nyc report --reporter=text-lcov > coverage.lcov",
4242
"eslint": "eslint server/. test/. features/. --config .eslintrc.json",
4343
"start": "node server/",

0 commit comments

Comments
 (0)