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 32
32
"babel-preset-es2015" : " ^6.5.0" ,
33
33
"babel-register" : " ^6.5.1" ,
34
34
"codecov" : " ^1.0.1" ,
35
+ "cross-env" : " ^1.0.7" ,
35
36
"deep-diff" : " ^0.3.3" ,
36
37
"gaze" : " ^0.5.2" ,
37
38
"jasmine" : " ^2.3.2" ,
41
42
"scripts" : {
42
43
"dev" : " npm run build && bin/dev" ,
43
44
"build" : " ./node_modules/.bin/babel src/ -d lib/" ,
44
- "pretest" : " MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} mongodb-runner start" ,
45
- "test" : " NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node ./node_modules/.bin/ babel-istanbul cover -x **/spec/** ./node_modules/. bin/jasmine" ,
45
+ "pretest" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} ./node_modules/.bin/ mongodb-runner start" ,
46
+ "test" : " 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 " ,
46
47
"posttest" : " mongodb-runner stop" ,
47
48
"start" : " ./bin/parse-server" ,
48
49
"prepublish" : " npm run build"
You can’t perform that action at this time.
0 commit comments