File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 69
69
"dev" : " npm run build && node bin/dev" ,
70
70
"build" : " babel src/ -d lib/" ,
71
71
"pretest" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 mongodb-runner start" ,
72
- "test" : " cross-env NODE_ENV=test TESTING=1 babel-node $COVERAGE_OPTION ./node_modules/. bin/jasmine" ,
73
- "test:win" : " npm run pretest && cross-env NODE_ENV=test TESTING=1 babel-node ./node_modules/. bin/istanbul cover jasmine && npm run posttest" ,
72
+ "test" : " cross-env NODE_ENV=test TESTING=1 babel-node $COVERAGE_OPTION ./node_modules/jasmine/ bin/jasmine.js " ,
73
+ "test:win" : " npm run pretest && cross-env NODE_ENV=test TESTING=1 babel-node ./node_modules/jasmine/ bin/jasmine.js && npm run posttest" ,
74
74
"posttest" : " mongodb-runner stop" ,
75
75
"coverage" : " cross-env COVERAGE_OPTION='./node_modules/.bin/istanbul cover' npm test" ,
76
+ "coverage:win" : " npm run pretest && cross-env NODE_ENV=test TESTING=1 babel-node ./node_modules/babel-istanbul/lib/cli.js cover ./node_modules/jasmine/bin/jasmine.js && npm run posttest" ,
76
77
"start" : " node ./bin/parse-server" ,
77
78
"prepublish" : " npm run build"
78
79
},
You can’t perform that action at this time.
0 commit comments