File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 71
71
"test" : " cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js" ,
72
72
"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" ,
73
73
"posttest" : " ./node_modules/.bin/mongodb-runner stop" ,
74
- "coverage" : " cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' -x */PostgresStorageAdapter.js npm test" ,
74
+ "coverage" : " cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' -x ** /PostgresStorageAdapter.js npm test" ,
75
75
"start" : " node ./bin/parse-server" ,
76
76
"prepublish" : " npm run build"
77
77
},
You can’t perform that action at this time.
0 commit comments