diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2020-02-06 14:58:06 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 14:58:06 +1100 |
commit | c1d6274224e2dcfde76107104d2c397bb487e745 (patch) | |
tree | 52043bf4689b80926943d1628d47bd0118ee0e11 /tests | |
parent | d07983bc1fa691821cc2580ce4490638cee4f630 (diff) | |
parent | 9e04576e2f78cd76cf0a3300e3ff14726b19fcf4 (diff) | |
download | BIP39-c1d6274224e2dcfde76107104d2c397bb487e745.tar.gz BIP39-c1d6274224e2dcfde76107104d2c397bb487e745.tar.zst BIP39-c1d6274224e2dcfde76107104d2c397bb487e745.zip |
Merge pull request #393 from ethercore/master
Add EtherCore
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 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 | }); |
1638 | it('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 |
1640 | it('Sets the bip39 seed from the prhase', function(done) { | 1647 | it('Sets the bip39 seed from the prhase', function(done) { |