Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <johannes.ewald@peerigon.com>2015-02-05 23:11:50 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2015-02-05 23:11:50 +0300
commitfb5b841fdc65ed69adcbcbf4b33d17a0f61249e5 (patch)
tree3a10e6eebe72f7a0de059ed2d8af47f6ceead69b /package.json
parentb4af5ba1bb3908b3f6743bf96d867c37c399a57c (diff)
Use mocha to check for global leaks
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6efa4e4..f7b7ddb 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"mocha": "^2.1.0"
},
"scripts": {
- "test": "node node_modules/mocha/bin/mocha -R spec",
+ "test": "mocha -R spec --check-leaks",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
}
}