File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 60
60
"build" : " ./node_modules/.bin/babel src/ -d lib/" ,
61
61
"pretest" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} ./node_modules/.bin/mongodb-runner start" ,
62
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" ,
63
64
"posttest" : " ./node_modules/.bin/mongodb-runner stop" ,
64
65
"coverage" : " cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test" ,
65
66
"start" : " node ./bin/parse-server" ,
You can’t perform that action at this time.
0 commit comments