mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-29 00:25:48 +00:00
test: add integration tests for Account requests (#1643)
This commit is contained in:
17
test/integration/index.ts
Normal file
17
test/integration/index.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
/* eslint-disable import/export -- Tells webpack which files exist. */
|
||||
export * from './transactions/signerListSet'
|
||||
export * from './transactions/payment'
|
||||
export * from './transactions/offerCreate'
|
||||
export * from './transactions/offerCancel'
|
||||
export * from './transactions/signerListSet'
|
||||
export * from './requests/accountChannels'
|
||||
export * from './requests/accountCurrencies'
|
||||
export * from './requests/accountInfo'
|
||||
export * from './requests/accountLines'
|
||||
export * from './requests/accountObjects'
|
||||
export * from './requests/accountOffers'
|
||||
export * from './requests/accountTx'
|
||||
export * from './requests/gatewayBalances'
|
||||
export * from './requests/noRippleCheck'
|
||||
export * from './requests/utility'
|
||||
export * from './integration'
|
||||
Reference in New Issue
Block a user