aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorCryptarchist <cryptarchist@gmail.com>2019-07-05 18:54:47 +0100
committerCryptarchist <cryptarchist@gmail.com>2019-07-16 13:31:54 +0100
commit67f18e2a637a072bd4fc67f25ce59cff1bd2e3db (patch)
tree45e20656b4e7d3e78214a3f0af5c748b5b172144 /tests/spec/tests.js
parent6aa2c1d26d5d6b9e7156ff2be029efb26c861251 (diff)
downloadBIP39-67f18e2a637a072bd4fc67f25ce59cff1bd2e3db.tar.gz
BIP39-67f18e2a637a072bd4fc67f25ce59cff1bd2e3db.tar.zst
BIP39-67f18e2a637a072bd4fc67f25ce59cff1bd2e3db.zip
Add support for Wagerr
Diffstat (limited to 'tests/spec/tests.js')
-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 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});
1532it('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
1534it('Sets the bip39 seed from the prhase', function(done) { 1541it('Sets the bip39 seed from the prhase', function(done) {