mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
feat(GET MempoolAncestors): Added wrapper for full node RPC call
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"dev": "nodemon ./dist/app.js",
|
||||
"test": "npm run test-v3",
|
||||
"test-v3": "export NETWORK=mainnet && nyc --reporter=text mocha --timeout 25000 test/v3/",
|
||||
"test:temp": "export NETWORK=mainnet && mocha --timeout 25000 test/v3/blockchain.js",
|
||||
"test:integration": "mocha test/v3/integration",
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||
"coverage:report": "export NETWORK=testnet && nyc --reporter=html mocha test/v2/",
|
||||
|
||||
Reference in New Issue
Block a user