Skip to content

Commit e62638a

Browse files
committed
Expose gc so all tests run in CI
1 parent caa93ce commit e62638a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"scripts": {
8383
"lint": "jshint lib test/tests examples lifecycleScripts",
84-
"cov": "node test",
84+
"cov": "node --expose-gc test",
8585
"mocha": "mocha test/runner test/tests",
8686
"mochaDebug": "mocha --debug-brk test/runner test/tests",
8787
"test": "npm run lint && npm run cov",

0 commit comments

Comments
 (0)