File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7171 },
7272 "scripts" : {
7373 "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 " ,
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 npm run test " ,
7575 "action:lint-src" : " node node_modules/eslint/bin/eslint.js src/" ,
7676 "action:lint-test" : " node node_modules/eslint/bin/eslint.js test/" ,
7777 "action:lint-test-utils" : " node node_modules/eslint/bin/eslint.js test-utils/" ,
You can’t perform that action at this time.
0 commit comments