Merge branch 'master' into nft-get-calls

This commit is contained in:
Chris Troutner
2021-05-09 15:40:38 -07:00
5 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"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 test/v4/rate-limit2-unit.js"
"test:temp2": "mocha -g '#rate-routelimit' --timeout 30000 test/v4/"
},
"engines": {
"node": ">=10.15.1"