aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtherCore Contributor <info@ethercore.org>2020-01-02 00:53:17 +0900
committerEtherCore Contributor <info@ethercore.org>2020-01-02 00:53:17 +0900
commit9e04576e2f78cd76cf0a3300e3ff14726b19fcf4 (patch)
tree85e057099b507c34578c6906bb1ec676b235f76e
parent8131a0711504451fa46551e0074f519215d68310 (diff)
downloadBIP39-9e04576e2f78cd76cf0a3300e3ff14726b19fcf4.tar.gz
BIP39-9e04576e2f78cd76cf0a3300e3ff14726b19fcf4.tar.zst
BIP39-9e04576e2f78cd76cf0a3300e3ff14726b19fcf4.zip
add testcase for ethercore
-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 0e85ecc..62647d2 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1635,6 +1635,13 @@ it('Allows selection of Thought', function(done) {
1635 }; 1635 };
1636 testNetwork(done, params); 1636 testNetwork(done, params);
1637}); 1637});
1638it('Allows selection of EtherCore', function(done) {
1639 var params = {
1640 selectText: "ERE - EtherCore",
1641 firstAddress: "0xDeeAD0297F06dfe6c7Ad0C1D0CF5B06D6047bEEe",
1642 };
1643 testNetwork(done, params);
1644});
1638 1645
1639// BIP39 seed is set from phrase 1646// BIP39 seed is set from phrase
1640it('Sets the bip39 seed from the prhase', function(done) { 1647it('Sets the bip39 seed from the prhase', function(done) {