]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Nebulas. Add test spec. Replace nebulas.js by account part of nebulas.js only.
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index ad40b953cb51535af99f0f5c0d4596f4ec0dc504..364349cfb9a9312411a2050fb92309e3d7532b82 100644 (file)
@@ -991,6 +991,13 @@ it('Allows selection of Navcoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Nebulas', function(done) {
+    var params = {
+        selectText: "NAS - Nebulas",
+        firstAddress: "n1PbK61DGBfDoDusLw621G6sVSMfLLHdfnm",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of Neoscoin', function(done) {
     var params = {
         selectText: "NEOS - Neoscoin",
@@ -1404,6 +1411,13 @@ it('Allows selection of BlockStamp', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of DEXON', function(done) {
+    var params = {
+        selectText: "DXN - DEXON",
+        firstAddress: "0x136a58788033E028CCd740FbDec6734358DB56Ec",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {