Skip to content

Commit bf2e9fd

Browse files
authored
Update package.json
1 parent 806e97b commit bf2e9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"test": "cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js",
7272
"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",
7373
"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",
7575
"start": "node ./bin/parse-server",
7676
"prepublish": "npm run build"
7777
},

0 commit comments

Comments
 (0)