Updated to add "TESTING" as the NODE_ENV variable when testing to look for the module in another spot

main
Johann du Toit 10 years ago
parent 4ada80bb8d
commit 064555fc2e

@ -4,7 +4,7 @@
"description": "NPM Module that uncovers the technologies used on websites", "description": "NPM Module that uncovers the technologies used on websites",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "mocha -t 15000" "test": "NODE_ENV=testing mocha -t 15000"
}, },
"repository": { "repository": {
"type": "git", "type": "git",