From: Chris Duncan Date: Wed, 16 Jul 2025 04:07:46 +0000 (-0700) Subject: Resume testing wallet import. X-Git-Tag: v0.10.5~57^2 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=cd5852b2650c4ab2745c53a30da1616581e8f22a;p=libnemo.git Resume testing wallet import. --- diff --git a/test/test.import-wallet.mjs b/test/test.import-wallet.mjs index 938cd8c..f0be098 100644 --- a/test/test.import-wallet.mjs +++ b/test/test.import-wallet.mjs @@ -7,7 +7,7 @@ import { assert, suite, test } from './GLOBALS.mjs' import { BIP32_TEST_VECTORS, CUSTOM_TEST_VECTORS, NANO_TEST_VECTORS, TREZOR_TEST_VECTORS } from './VECTORS.js' import { Account, Bip44Wallet, Blake2bWallet } from '../dist/main.min.js' -await suite('Import wallets', { skip: true }, async () => { +await suite('Import wallets', async () => { await test('nano.org BIP-44 test vector mnemonic', async () => { const wallet = await Bip44Wallet.fromMnemonic(NANO_TEST_VECTORS.PASSWORD, NANO_TEST_VECTORS.MNEMONIC, NANO_TEST_VECTORS.PASSWORD)