mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
10 lines
279 B
Bash
Executable File
10 lines
279 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export RESTURL=https://free-test.fullstack.cash/v5/
|
|
export NETWORK=testnet
|
|
export IS_USING_FREE_TIER=true
|
|
|
|
cd test/integration/testnet/
|
|
mocha --timeout 30000 blockchain.js control.js electrumx.js rawtransaction.js slp.js util.js
|
|
#mocha --timeout 30000 blockchain.js
|