mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
feat: Jest Test Runner (#2170)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { assert } from 'chai'
|
||||
import { deriveXAddress } from 'xrpl-local'
|
||||
|
||||
import { deriveXAddress } from '../../src'
|
||||
|
||||
describe('deriveXAddress', function () {
|
||||
it('returns address for public key', function () {
|
||||
|
||||
Reference in New Issue
Block a user