mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
10 lines
335 B
Bash
Executable File
10 lines
335 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# export RESTURL=https://bchn.fullstack.cash/v4/
|
|
#export RESTURL=http://localhost:3000/v4/
|
|
#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
|
|
#mocha --timeout 30000 slp.js
|