mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
chore: rename test files (#2181)
This commit is contained in:
8
packages/xrpl/test/integration/wallet.test.ts
Normal file
8
packages/xrpl/test/integration/wallet.test.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable consistent-default-export-name/default-export-match-filename -- This is a test file. */
|
||||
import { Wallet } from 'xrpl-local'
|
||||
|
||||
const walletSecret = 'shK6YXzwYfnFVn3YZSaMh5zuAddKx'
|
||||
|
||||
const wallet = Wallet.fromSeed(walletSecret)
|
||||
|
||||
export default wallet
|
||||
Reference in New Issue
Block a user