]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Add test for Neblio coin
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 8774a32a6524fc8bccf316009039bce30517361b..367dc911e119d70df9037d090ddd891cda5e3f5b 100644 (file)
@@ -627,6 +627,13 @@ it('Allows selection of BlackCoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Neblio', function(done) {
+    var params = {
+        selectText: "NEBL - Neblio",
+        firstAddress: "NefkeEEvhusbHMmTRrxx7H9wFnUXd8qQsE",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {