X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=b1e333cc49fd184b775c98ff0e60d71ee7248fa1;hp=ddb909a6d67b2b7d6bf4152478f35294fe1f13ad;hb=44a5d363c77e0330278f1fc14a13ae2a7b444c52;hpb=f83d786dd7c26e5b3e4feac22f14893464f9f8c4 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index ddb909a..b1e333c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -2877,6 +2877,13 @@ it('Can set the derivation path on bip32 tab for multibit', function(done) { useHardenedAddresses: null, }); }); +it('Can set the derivation path on bip32 tab for coinomi/ledger', function(done) { + testClientSelect(done, { + selectValue: "3", + bip32path: "m/44'/0'/0'", + useHardenedAddresses: null, + }); +}); // github issue 58 // https://github.com/iancoleman/bip39/issues/58