From c68dfc058fa984d1fb5431cc4ce4ef23a8b0cbc5 Mon Sep 17 00:00:00 2001
From: Daniel Cousens <dcousens@users.noreply.github.com>
Date: Tue, 1 Jan 2019 23:30:10 +1100
Subject: [PATCH] testing: rm NODE_ENV

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index c9ab813..755be28 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
     "coverage-report": "nyc report --reporter=lcov",
     "coverage-html": "nyc report --reporter=html",
     "coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
-    "integration": "NODE_ENV=TESTING-BITCOINJS mocha --timeout 50000 test/integration/",
+    "integration": "mocha --timeout 50000 test/integration/",
     "standard": "standard",
     "test": "npm run standard && npm run coverage",
     "unit": "mocha"