We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a631df2 + d02f211 commit e20f830Copy full SHA for e20f830
1 file changed
package.json
@@ -50,7 +50,7 @@
50
"lint": "jshint lib/ regression/ test/",
51
"test": "mocha --recursive --reporter spec",
52
"regression-test": "mocha regression/ --reporter spec --timeout 10000",
53
- "cover": "istanbul cover _mocha -- --timeout 10000 test/* regression/*"
+ "cover": "istanbul cover -x 'regression/*' _mocha -- --timeout 10000 test/* regression/*"
54
},
55
"license": "Apache 2"
56
}
0 commit comments