]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Added PRJ - ProjectCoin
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 4a4146c5985accdc07c05eabc6413542cd46d909..590f4e379114175f4a06e28e9d331f3214c7b81c 100644 (file)
@@ -1333,7 +1333,13 @@ it('Allows selection of ANON', function(done) {
     };
     testNetwork(done, params);
 });
-
+it('Allows selection of ProjectCoin', function(done) {
+    var params = {
+        selectText: "PRJ - ProjectCoin",
+        firstAddress: "PXZG97saRseSCftfe1mcFmfAA7pf6qBbaz",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {