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 caa93ce commit e62638aCopy full SHA for e62638a
1 file changed
package.json
@@ -81,7 +81,7 @@
81
},
82
"scripts": {
83
"lint": "jshint lib test/tests examples lifecycleScripts",
84
- "cov": "node test",
+ "cov": "node --expose-gc test",
85
"mocha": "mocha test/runner test/tests",
86
"mochaDebug": "mocha --debug-brk test/runner test/tests",
87
"test": "npm run lint && npm run cov",
0 commit comments