diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-04-30 11:05:00 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 11:05:00 +1000 |
commit | 81a5a871d9dffd191c6f25aa9e7303f4b390819c (patch) | |
tree | c286486bd8c3fc778e997bd384c7f2832ad4a6a1 /tests | |
parent | c4a09d67eb944be6536702f7a511f2601ec3e27e (diff) | |
parent | 16afe3ecbf87ef4cb2ae52f1d43f1af733c1ec78 (diff) | |
download | BIP39-81a5a871d9dffd191c6f25aa9e7303f4b390819c.tar.gz BIP39-81a5a871d9dffd191c6f25aa9e7303f4b390819c.tar.zst BIP39-81a5a871d9dffd191c6f25aa9e7303f4b390819c.zip |
Merge pull request #322 from EthersocialNetwork/esn
add Ethersocial Network(ESN) support
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 a22d749..83fc949 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1434,6 +1434,13 @@ it('Allows selection of DEXON', function(done) { | |||
1434 | }; | 1434 | }; |
1435 | testNetwork(done, params); | 1435 | testNetwork(done, params); |
1436 | }); | 1436 | }); |
1437 | it('Allows selection of Ethersocial Network', function(done) { | ||
1438 | var params = { | ||
1439 | selectText: "ESN - Ethersocial Network", | ||
1440 | firstAddress: "0x6EE99Be2A0C7F887a71e21C8608ACF0aa0D2b767", | ||
1441 | }; | ||
1442 | testNetwork(done, params); | ||
1443 | }); | ||
1437 | 1444 | ||
1438 | // BIP39 seed is set from phrase | 1445 | // BIP39 seed is set from phrase |
1439 | it('Sets the bip39 seed from the prhase', function(done) { | 1446 | it('Sets the bip39 seed from the prhase', function(done) { |