diff --git a/package.json b/package.json index 16e92e0..79a49a8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test/integration/test-free-tier.sh b/test/integration/test-free-tier.sh new file mode 100755 index 0000000..397e5ac --- /dev/null +++ b/test/integration/test-free-tier.sh @@ -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