diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-11-11 11:35:17 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-11-11 11:35:17 +1100 |
commit | 93f3a286dbb0ffaf49fe549027485778df133d8d (patch) | |
tree | e48c2c8bf56684861cbde976c3dabc0c48d4aacf /tests | |
parent | 3799728c76fd127798fcdd185507b954bea12ebd (diff) | |
download | BIP39-93f3a286dbb0ffaf49fe549027485778df133d8d.tar.gz BIP39-93f3a286dbb0ffaf49fe549027485778df133d8d.tar.zst BIP39-93f3a286dbb0ffaf49fe549027485778df133d8d.zip |
Add test for Pull Request 370 THT Thought network
Diffstat (limited to 'tests')
-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 6b73c74..6602491 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1622,6 +1622,13 @@ it('Allows selection of Energyweb', function(done) { | |||
1622 | }; | 1622 | }; |
1623 | testNetwork(done, params); | 1623 | testNetwork(done, params); |
1624 | }); | 1624 | }); |
1625 | it('Allows selection of Thought', function(done) { | ||
1626 | var params = { | ||
1627 | selectText: "THT - Thought", | ||
1628 | firstAddress: "4B1Bh9GibDarFQrhtYU8krpc7WSjgGfYvo", | ||
1629 | }; | ||
1630 | testNetwork(done, params); | ||
1631 | }); | ||
1625 | 1632 | ||
1626 | // BIP39 seed is set from phrase | 1633 | // BIP39 seed is set from phrase |
1627 | it('Sets the bip39 seed from the prhase', function(done) { | 1634 | it('Sets the bip39 seed from the prhase', function(done) { |