fix(free tier): Adding integration tests for free tier

This commit is contained in:
Chris Troutner
2020-06-27 15:07:59 -07:00
parent 79206e02dd
commit 06b74db2c1
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
"test:integration:testnet": "mocha --timeout 30000 test/integration/testnet/",
"test:integration:local": "RESTURL=http://localhost:3000/v3/ mocha --timeout 30000 test/integration",
"test:integration:testnet:local": "RESTURL=http://localhost:4000/v3/ mocha --timeout 30000 test/integration/testnet",
"test:integration:free": "bash test/integration/test-free-tier.sh",
"test:temp": "nyc mocha --timeout 30000 test/unit/ipfs.js",
"test:integration:api": "RESTURL=https://api.fullstack.cash/v3/ mocha --timeout 30000 test/integration",
"coverage": "nyc report --reporter=text-lcov | coveralls",
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
export RESTURL=https://free-api.fullstack.cash/v3/
#export RESTURL=http://localhost:3000/v3/
cd test/integration/
mocha --timeout 30000 blockchain.js control.js electrumx.js ninsight.js openbazaar.js price.js rawtransaction.js slp.js util.js