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, PaymentFlags, ValidationError } from 'xrpl-local'
|
||||
import { validatePayment } from 'xrpl-local/models/transactions/payment'
|
||||
|
||||
import { validate, PaymentFlags, ValidationError } from '../../src'
|
||||
import { validatePayment } from '../../src/models/transactions/payment'
|
||||
|
||||
/**
|
||||
* PaymentTransaction Verification Testing.
|
||||
|
||||
Reference in New Issue
Block a user