diff options
author | Cryptarchist <cryptarchist@gmail.com> | 2019-07-05 18:54:47 +0100 |
---|---|---|
committer | Cryptarchist <cryptarchist@gmail.com> | 2019-07-16 13:31:54 +0100 |
commit | 67f18e2a637a072bd4fc67f25ce59cff1bd2e3db (patch) | |
tree | 45e20656b4e7d3e78214a3f0af5c748b5b172144 /tests/spec | |
parent | 6aa2c1d26d5d6b9e7156ff2be029efb26c861251 (diff) | |
download | BIP39-67f18e2a637a072bd4fc67f25ce59cff1bd2e3db.tar.gz BIP39-67f18e2a637a072bd4fc67f25ce59cff1bd2e3db.tar.zst BIP39-67f18e2a637a072bd4fc67f25ce59cff1bd2e3db.zip |
Add support for Wagerr
Diffstat (limited to 'tests/spec')
-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 f69bca6..0634c8f 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1529,6 +1529,13 @@ it('Allows selection of Stellar', function(done) { | |||
1529 | }; | 1529 | }; |
1530 | testNetwork(done, params); | 1530 | testNetwork(done, params); |
1531 | }); | 1531 | }); |
1532 | it('Allows selection of Wagerr', function(done) { | ||
1533 | var params = { | ||
1534 | selectText: "WGR - Wagerr", | ||
1535 | firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95", | ||
1536 | }; | ||
1537 | testNetwork(done, params); | ||
1538 | }); | ||
1532 | 1539 | ||
1533 | // BIP39 seed is set from phrase | 1540 | // BIP39 seed is set from phrase |
1534 | it('Sets the bip39 seed from the prhase', function(done) { | 1541 | it('Sets the bip39 seed from the prhase', function(done) { |