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 f93b769 commit ca421d8Copy full SHA for ca421d8
package.json
@@ -9,7 +9,7 @@
9
"compile": "rm -f lib/*.js && node_modules/.bin/babel -d lib/ lib/",
10
"lint": "node_modules/.bin/eslint *.js lib/*.es6 test/",
11
"pretest": "npm run lint && npm run compile",
12
- "test": "node_modules/.bin/_mocha --compilers js:babel-core/register",
+ "test": "node_modules/.bin/_mocha --compilers js:babel-core/register --check-leaks",
13
"prepublish": "npm run compile"
14
},
15
"keywords": [
0 commit comments