From 5d9f69285de6054dd494dc48e40b8faf536b5774 Mon Sep 17 00:00:00 2001 From: ssh24 Date: Fri, 16 Jun 2017 11:42:41 -0400 Subject: [PATCH] Require init on mocha args --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5f187e..61caaaf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "pretest": "node pretest.js", "lint": "eslint .", - "test": "mocha --timeout 10000 test/*.js", + "test": "mocha --timeout 10000 --require test/init.js test/*.js", "posttest": "npm run lint" }, "dependencies": {