mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
feat: Jest Test Runner (#2170)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { assert } from 'chai'
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validatePaymentChannelClaim } from 'xrpl-local/models/transactions/paymentChannelClaim'
|
||||
|
||||
import { validate, ValidationError } from '../../src'
|
||||
import { validatePaymentChannelClaim } from '../../src/models/transactions/paymentChannelClaim'
|
||||
|
||||
/**
|
||||
* PaymentChannelClaim Transaction Verification Testing.
|
||||
|
||||
Reference in New Issue
Block a user