We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0a3d1 commit 22942ffCopy full SHA for 22942ff
1 file changed
package.json
@@ -66,7 +66,7 @@
66
},
67
"scripts": {
68
"action:test": "NODE_ENV=test node node_modules/mocha/bin/mocha test/unit-tests --recursive --exit",
69
- "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",
70
"action:lint-src": "node node_modules/eslint/bin/eslint.js src/",
71
"action:lint-test": "node node_modules/eslint/bin/eslint.js test/",
72
"action:lint-test-utils": "node node_modules/eslint/bin/eslint.js test-utils/",
0 commit comments