add option to not create fresh APIs for every read

This commit is contained in:
nitowa
2022-03-28 05:30:40 +02:00
parent 0291f7b85b
commit a9d3549d3e
3 changed files with 47 additions and 33 deletions
-2
View File
@@ -9,8 +9,6 @@ let sendWallet: Wallet
let receiveWallet: Wallet
let api: xrpIO
const ONLY_LARGE_TESTS = true
describe('XRPIO', () => {
before(async function(){
this.timeout(15000)