]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Merge pull request #341 from Cryptarchist/support_wagerr
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index dd90a667fc57bdbe642f7eb1bcc5174ec89f66c2..5e65714c96957a42d7582517a9a5e33cbcd4677f 100644 (file)
@@ -1536,6 +1536,13 @@ it('Allows selection of Stellar', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Wagerr', function(done) {
+    var params = {
+        selectText: "WGR - Wagerr",
+        firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {