We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b26d57 commit 521e6bdCopy full SHA for 521e6bd
1 file changed
package.json
@@ -38,8 +38,8 @@
38
"node": ">= 0.8.0"
39
},
40
"scripts": {
41
- "test": "mocha --bail --reporter spec test/",
42
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
43
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
+ "test": "mocha --check-leaks --bail --no-exit --reporter spec test/",
+ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --no-exit --reporter dot test/",
+ "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --no-exit --reporter spec test/"
44
}
45
0 commit comments