test: integration tests for CheckCreate, CheckCancel, CheckCash (#1664)

* test checkCreate

* test CheckCancel

* test CheckCash

* add browser tests
This commit is contained in:
Mayukha Vadari
2021-09-24 12:29:41 -04:00
parent 564001515d
commit 5d67f14ea3
7 changed files with 204 additions and 7 deletions

View File

@@ -4,6 +4,11 @@ export * from './transactions/payment'
export * from './transactions/offerCreate'
export * from './transactions/offerCancel'
export * from './transactions/signerListSet'
export * from './transactions/checkCancel'
export * from './transactions/checkCash'
export * from './transactions/checkCreate'
export * from './transactions/depositPreauth'
export * from './requests/accountChannels'
export * from './requests/accountCurrencies'
export * from './requests/accountInfo'