Skip to content

Commit c68dfc0

Browse files
committed
testing: rm NODE_ENV
1 parent 49be171 commit c68dfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"coverage-report": "nyc report --reporter=lcov",
1818
"coverage-html": "nyc report --reporter=html",
1919
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
20-
"integration": "NODE_ENV=TESTING-BITCOINJS mocha --timeout 50000 test/integration/",
20+
"integration": "mocha --timeout 50000 test/integration/",
2121
"standard": "standard",
2222
"test": "npm run standard && npm run coverage",
2323
"unit": "mocha"

0 commit comments

Comments
 (0)