diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-07-26 09:43:34 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-07-26 09:43:34 +1000 |
commit | 44a5d363c77e0330278f1fc14a13ae2a7b444c52 (patch) | |
tree | 2c3093a1b4f970825f8588fc927e4a33bf3fc397 | |
parent | f83d786dd7c26e5b3e4feac22f14893464f9f8c4 (diff) | |
download | BIP39-44a5d363c77e0330278f1fc14a13ae2a7b444c52.tar.gz BIP39-44a5d363c77e0330278f1fc14a13ae2a7b444c52.tar.zst BIP39-44a5d363c77e0330278f1fc14a13ae2a7b444c52.zip |
Test for bip32 client coinomi/ledger
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
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) { | |||
2877 | useHardenedAddresses: null, | 2877 | useHardenedAddresses: null, |
2878 | }); | 2878 | }); |
2879 | }); | 2879 | }); |
2880 | it('Can set the derivation path on bip32 tab for coinomi/ledger', function(done) { | ||
2881 | testClientSelect(done, { | ||
2882 | selectValue: "3", | ||
2883 | bip32path: "m/44'/0'/0'", | ||
2884 | useHardenedAddresses: null, | ||
2885 | }); | ||
2886 | }); | ||
2880 | 2887 | ||
2881 | // github issue 58 | 2888 | // github issue 58 |
2882 | // https://github.com/iancoleman/bip39/issues/58 | 2889 | // https://github.com/iancoleman/bip39/issues/58 |