We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dfd92 commit 5855f81Copy full SHA for 5855f81
package.json
@@ -40,7 +40,7 @@
40
"scripts": {
41
"build": "./node_modules/.bin/babel src/ -d lib/",
42
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} ./node_modules/.bin/mongodb-runner start",
43
- "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",
+ "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",
44
"posttest": "mongodb-runner stop",
45
"start": "./bin/parse-server",
46
"prepublish": "npm run build"
0 commit comments