diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 79e1b6c..cc00b70 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "grunt-bower-install-simple": "0.9.2" }, "scripts": { - "test": "export TESTING=true; mocha --reporter list --timeout 15000" + "test": "mocha --reporter list --timeout 15000" }, "repository": { "type": "git", |