mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
9 lines
303 B
Bash
Executable File
9 lines
303 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export RESTURL=https://bchn.fullstack.cash/v3/
|
|
#export RESTURL=http://localhost:3000/v3/
|
|
#export IS_USING_FREE_TIER=true
|
|
|
|
cd test/integration/bchn/
|
|
mocha --timeout 30000 blockchain.js control.js encryption.js electrumx.js ninsight.js openbazaar.js price.js rawtransaction.js slp.js util.js
|