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 c73d9f1 commit e5911d3Copy full SHA for e5911d3
package.json
@@ -29,7 +29,7 @@
29
},
30
"scripts": {
31
"pretest": "MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} mongodb-runner start",
32
- "test": "TESTING=1 ./node_modules/.bin/istanbul cover --include-all-sources ./node_modules/.bin/jasmine",
+ "test": "TESTING=1 ./node_modules/.bin/istanbul cover --include-all-sources -x **/spec/** ./node_modules/.bin/jasmine",
33
"posttest": "mongodb-runner stop"
34
35
"engines": {
0 commit comments