testing: rm NODE_ENV

This commit is contained in:
Daniel Cousens 2019-01-01 23:30:10 +11:00
parent 49be171583
commit c68dfc058f

View file

@ -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"