aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-11-11 09:56:10 +1100
committerGitHub <noreply@github.com>2019-11-11 09:56:10 +1100
commitb9b3eaf670bcec0a2431055494987e70addd37ef (patch)
treefc1eaadcdd1769554a3d45b9751c3776eb454738 /tests/spec
parent75138beed936c7cd30757ee263f7c7fd5009f5b0 (diff)
parent7b29420f1aae085d97d3adc13f9c439e3261a3dd (diff)
downloadBIP39-b9b3eaf670bcec0a2431055494987e70addd37ef.tar.gz
BIP39-b9b3eaf670bcec0a2431055494987e70addd37ef.tar.zst
BIP39-b9b3eaf670bcec0a2431055494987e70addd37ef.zip
Merge branch 'master' into master
Diffstat (limited to 'tests/spec')
-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 2add419..b09be05 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1608,6 +1608,13 @@ it('Allows selection of Groestlcoin Testnet', function(done) {
1608 }; 1608 };
1609 testNetwork(done, params); 1609 testNetwork(done, params);
1610}); 1610});
1611it('Allows selection of Elastos', function(done) {
1612 var params = {
1613 selectText: "ELA - Elastos",
1614 firstAddress: "EYmqntM99tr4NJJs2G5Nr93pqsh9cdTCkS",
1615 };
1616 testNetwork(done, params);
1617});
1611 1618
1612// BIP39 seed is set from phrase 1619// BIP39 seed is set from phrase
1613it('Sets the bip39 seed from the prhase', function(done) { 1620it('Sets the bip39 seed from the prhase', function(done) {