aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js7
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});
2880it('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