We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f08b0b3 + dc0e8eb commit d2cba75Copy full SHA for d2cba75
package.json
@@ -60,6 +60,7 @@
60
"build": "./node_modules/.bin/babel src/ -d lib/",
61
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} ./node_modules/.bin/mongodb-runner start",
62
"test": "cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js",
63
+ "test:win": "npm run pretest && cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node ./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/** ./node_modules/jasmine/bin/jasmine.js && npm run posttest",
64
"posttest": "./node_modules/.bin/mongodb-runner stop",
65
"coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test",
66
"start": "node ./bin/parse-server",
0 commit comments