diff --git a/package.json b/package.json index 4a499246a..4395f2829 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "benchmarks": "make benchmarks", "leak-detection": "make leak-detection", - "test": "mocha -G --timeout 10000 test/*.test.js", + "test": "mocha -G --timeout 10000 --require test/init.js test/*.test.js", "lint": "eslint .", "posttest": "npm run lint" },