We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4328234 commit 9248673Copy full SHA for 9248673
1 file changed
package.json
@@ -71,7 +71,7 @@
71
},
72
"scripts": {
73
"action:test": "NODE_ENV=test node node_modules/mocha/bin/mocha test/unit-tests --recursive --exit",
74
- "action:coverage": "NODE_ENV=test MONGO_CONN_STRING=mongodb://localhost:27017 MONGO_DB_NAME=cve_test node node_modules/nyc/bin/nyc.js --lines=80 node_modules/mocha/bin/mocha.js src/* --ignore src/scripts/* --recursive --exit",
+ "action:coverage": "NODE_ENV=test MONGO_CONN_STRING=mongodb://localhost:27017 MONGO_DB_NAME=cve_test node node_modules/nyc/bin/nyc.js --lines=80 npm run test",
75
"action:lint-src": "node node_modules/eslint/bin/eslint.js src/",
76
"action:lint-test": "node node_modules/eslint/bin/eslint.js test/",
77
"action:lint-test-utils": "node node_modules/eslint/bin/eslint.js test-utils/",
0 commit comments