From e62638a6c73babd557d45dca77356ca97d4c3a17 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 12 Feb 2015 11:04:42 -0500 Subject: [PATCH] Expose gc so all tests run in CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a741bb30..ffad7018e 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ }, "scripts": { "lint": "jshint lib test/tests examples lifecycleScripts", - "cov": "node test", + "cov": "node --expose-gc test", "mocha": "mocha test/runner test/tests", "mochaDebug": "mocha --debug-brk test/runner test/tests", "test": "npm run lint && npm run cov",