From 064555fc2e95c195ed44d5cced05600b306adbc4 Mon Sep 17 00:00:00 2001 From: Johann du Toit Date: Fri, 17 Jul 2015 13:15:52 +0200 Subject: [PATCH] Updated to add "TESTING" as the NODE_ENV variable when testing to look for the module in another spot --- src/drivers/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/npm/package.json b/src/drivers/npm/package.json index d1131c707..71171aac7 100644 --- a/src/drivers/npm/package.json +++ b/src/drivers/npm/package.json @@ -4,7 +4,7 @@ "description": "NPM Module that uncovers the technologies used on websites", "main": "index.js", "scripts": { - "test": "mocha -t 15000" + "test": "NODE_ENV=testing mocha -t 15000" }, "repository": { "type": "git",