mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-01 17:45:49 +00:00
feat: Jest Test Runner (#2170)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* eslint-disable no-bitwise -- flags require bitwise operations */
|
||||
import { assert } from 'chai'
|
||||
|
||||
import {
|
||||
DepositPreauth,
|
||||
OfferCreate,
|
||||
@@ -10,13 +11,13 @@ import {
|
||||
PaymentFlags,
|
||||
TrustSet,
|
||||
TrustSetFlags,
|
||||
} from 'xrpl-local'
|
||||
import { AccountRootFlags } from 'xrpl-local/models/ledger'
|
||||
import { isFlagEnabled } from 'xrpl-local/models/utils'
|
||||
} from '../../src'
|
||||
import { AccountRootFlags } from '../../src/models/ledger'
|
||||
import { isFlagEnabled } from '../../src/models/utils'
|
||||
import {
|
||||
setTransactionFlagsToNumber,
|
||||
parseAccountRootFlags,
|
||||
} from 'xrpl-local/models/utils/flags'
|
||||
} from '../../src/models/utils/flags'
|
||||
|
||||
/**
|
||||
* Utils Testing.
|
||||
|
||||
Reference in New Issue
Block a user