Got integration tests in BCH passing

This commit is contained in:
Chris Troutner
2021-05-09 16:42:41 -07:00
parent a77cb3c249
commit fd51f82dbc
3 changed files with 97 additions and 64 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage:report": "export NETWORK=mainnet && nyc --reporter=html mocha --timeout 25000 test/v4/",
"docs": "./node_modules/.bin/apidoc -i src/routes/v4 -o docs",
"test:temp1": "export NETWORK=mainnet && export TEST=integration && mocha --exit --timeout 25000 -g '#hydrateUtxos-' test/v4/integration/",
"test:temp2": "mocha -g '#rate-routelimit' --timeout 30000 test/v4/"
"test:temp1": "export NETWORK=mainnet && export TEST=integration && mocha --exit --timeout 25000 -g '#getNftChildren' test/v4/integration/",
"test:temp2": "mocha -g '#getNftGroup' --exit --timeout 30000 test/v4/"
},
"engines": {
"node": ">=10.15.1"