]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Add CPUchain support
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index dd90a667fc57bdbe642f7eb1bcc5174ec89f66c2..f3073129466409578491a840dcbaedcca49605ca 100644 (file)
@@ -829,6 +829,13 @@ it('Allows selection of Compcoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of CPUchain', function(done) {
+    var params = {
+        selectText: "CPU - CPUchain",
+        firstAddress: "CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of Crave', function(done) {
     var params = {
         selectText: "CRAVE - Crave",