We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49be171 commit c68dfc0Copy full SHA for c68dfc0
package.json
@@ -17,7 +17,7 @@
17
"coverage-report": "nyc report --reporter=lcov",
18
"coverage-html": "nyc report --reporter=html",
19
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
20
- "integration": "NODE_ENV=TESTING-BITCOINJS mocha --timeout 50000 test/integration/",
+ "integration": "mocha --timeout 50000 test/integration/",
21
"standard": "standard",
22
"test": "npm run standard && npm run coverage",
23
"unit": "mocha"
0 commit comments