aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-08-01 10:00:06 +1000
committerGitHub <noreply@github.com>2019-08-01 10:00:06 +1000
commite5c4aa40984d427444ff21db93d32be85af95f28 (patch)
treec7b86bcc5fbe53cae79dcd49ad75251486fece6d /tests
parentc4f4208b95cf6fb85a8d669c0c8dcdb8b12bb2e7 (diff)
parent67f18e2a637a072bd4fc67f25ce59cff1bd2e3db (diff)
downloadBIP39-e5c4aa40984d427444ff21db93d32be85af95f28.tar.gz
BIP39-e5c4aa40984d427444ff21db93d32be85af95f28.tar.zst
BIP39-e5c4aa40984d427444ff21db93d32be85af95f28.zip
Merge pull request #341 from Cryptarchist/support_wagerr
Add support for Wagerr
Diffstat (limited to 'tests')
-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 dd90a66..5e65714 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1536,6 +1536,13 @@ it('Allows selection of Stellar', function(done) {
1536 }; 1536 };
1537 testNetwork(done, params); 1537 testNetwork(done, params);
1538}); 1538});
1539it('Allows selection of Wagerr', function(done) {
1540 var params = {
1541 selectText: "WGR - Wagerr",
1542 firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95",
1543 };
1544 testNetwork(done, params);
1545});
1539 1546
1540// BIP39 seed is set from phrase 1547// BIP39 seed is set from phrase
1541it('Sets the bip39 seed from the prhase', function(done) { 1548it('Sets the bip39 seed from the prhase', function(done) {