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:
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"
}
}