Skip to content

Commit ca421d8

Browse files
committed
Check for global variable leaks
1 parent f93b769 commit ca421d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"compile": "rm -f lib/*.js && node_modules/.bin/babel -d lib/ lib/",
1010
"lint": "node_modules/.bin/eslint *.js lib/*.es6 test/",
1111
"pretest": "npm run lint && npm run compile",
12-
"test": "node_modules/.bin/_mocha --compilers js:babel-core/register",
12+
"test": "node_modules/.bin/_mocha --compilers js:babel-core/register --check-leaks",
1313
"prepublish": "npm run compile"
1414
},
1515
"keywords": [

0 commit comments

Comments
 (0)