aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-08-01 10:01:17 +1000
committerGitHub <noreply@github.com>2019-08-01 10:01:17 +1000
commit9f675f2e47f371d2d09bf90f03a2e09ec62a10c4 (patch)
treef86d2f059cd911cd8e7ea28e13ff7f42fd663be9 /tests
parent519e9dc728f03eab31c8b050f174119a1dcccd59 (diff)
parente5c4aa40984d427444ff21db93d32be85af95f28 (diff)
downloadBIP39-9f675f2e47f371d2d09bf90f03a2e09ec62a10c4.tar.gz
BIP39-9f675f2e47f371d2d09bf90f03a2e09ec62a10c4.tar.zst
BIP39-9f675f2e47f371d2d09bf90f03a2e09ec62a10c4.zip
Merge branch 'master' into master
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 f307312..91a9bec 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1543,6 +1543,13 @@ it('Allows selection of Stellar', function(done) {
1543 }; 1543 };
1544 testNetwork(done, params); 1544 testNetwork(done, params);
1545}); 1545});
1546it('Allows selection of Wagerr', function(done) {
1547 var params = {
1548 selectText: "WGR - Wagerr",
1549 firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95",
1550 };
1551 testNetwork(done, params);
1552});
1546 1553
1547// BIP39 seed is set from phrase 1554// BIP39 seed is set from phrase
1548it('Sets the bip39 seed from the prhase', function(done) { 1555it('Sets the bip39 seed from the prhase', function(done) {