testing: rm NODE_ENV
This commit is contained in:
parent
49be171583
commit
c68dfc058f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
"coverage-report": "nyc report --reporter=lcov",
|
"coverage-report": "nyc report --reporter=lcov",
|
||||||
"coverage-html": "nyc report --reporter=html",
|
"coverage-html": "nyc report --reporter=html",
|
||||||
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
|
"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",
|
"standard": "standard",
|
||||||
"test": "npm run standard && npm run coverage",
|
"test": "npm run standard && npm run coverage",
|
||||||
"unit": "mocha"
|
"unit": "mocha"
|
||||||
|
|
Loading…
Add table
Reference in a new issue