aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2019-11-11 11:35:17 +1100
committerIan Coleman <ian@iancoleman.io>2019-11-11 11:35:17 +1100
commit93f3a286dbb0ffaf49fe549027485778df133d8d (patch)
treee48c2c8bf56684861cbde976c3dabc0c48d4aacf /tests/spec/tests.js
parent3799728c76fd127798fcdd185507b954bea12ebd (diff)
downloadBIP39-93f3a286dbb0ffaf49fe549027485778df133d8d.tar.gz
BIP39-93f3a286dbb0ffaf49fe549027485778df133d8d.tar.zst
BIP39-93f3a286dbb0ffaf49fe549027485778df133d8d.zip
Add test for Pull Request 370 THT Thought network
Diffstat (limited to 'tests/spec/tests.js')
-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 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});
1625it('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
1627it('Sets the bip39 seed from the prhase', function(done) { 1634it('Sets the bip39 seed from the prhase', function(done) {