Added additional tests for GET publickey

This commit is contained in:
Chris Troutner
2020-05-03 15:57:21 -07:00
parent f44229afe3
commit 40cf87fa62
4 changed files with 133 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"test": "npm run lint && npm run test-v3",
"lint": "standard --env mocha --fix",
"test-v3": "export NETWORK=mainnet && nyc --reporter=text mocha --timeout 60000 test/v3/",
"test:temp": "export NETWORK=mainnet && mocha --timeout 25000 test/v3/blockchain.js",
"test:temp": "export NETWORK=mainnet && mocha --timeout 25000 test/v3/encryption.js",
"test:integration": "mocha test/v3/integration",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage:report": "export NETWORK=mainnet && nyc --reporter=html mocha --timeout 25000 test/v3/",