diff options
author | Nan Jiang <johnny.nan.jiang@gmail.com> | 2019-10-26 18:13:31 +1100 |
---|---|---|
committer | Nan Jiang <johnny.nan.jiang@gmail.com> | 2019-10-30 13:58:32 +1100 |
commit | 36523e0d9714a8ff9996ec3e062a8e16e28c3415 (patch) | |
tree | d130f2b0c082b88e6cb9581a8ac6d0aebb936c27 /tests | |
parent | bc32c841663821ba94c12afc5a7e73d689c7b153 (diff) | |
download | BIP39-36523e0d9714a8ff9996ec3e062a8e16e28c3415.tar.gz BIP39-36523e0d9714a8ff9996ec3e062a8e16e28c3415.tar.zst BIP39-36523e0d9714a8ff9996ec3e062a8e16e28c3415.zip |
Add Elastos
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 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 | }); |
1611 | it('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 |
1613 | it('Sets the bip39 seed from the prhase', function(done) { | 1620 | it('Sets the bip39 seed from the prhase', function(done) { |