testing new rate limit middleware

This commit is contained in:
Chris Troutner
2021-03-07 12:42:10 -08:00
parent e6d4bb5443
commit 72ba3c86c7
5 changed files with 49 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,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 '#hydrateUtxosWL' test/v4/integration/",
"test:temp2": "mocha test/v4/rate-limits.js"
"test:temp2": "mocha test/v4/rate-limit2-unit.js"
},
"engines": {
"node": ">=10.15.1"