]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Merge branch 'master' into ella-support
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 6c9809104860ba7831eb44588d57855ab8f0ad8e..88c91a32da03bdda59d1f24b1da898d776496d47 100644 (file)
@@ -1441,6 +1441,13 @@ it('Allows selection of Ellaism', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Ethersocial Network', function(done) {
+    var params = {
+        selectText: "ESN - Ethersocial Network",
+        firstAddress: "0x6EE99Be2A0C7F887a71e21C8608ACF0aa0D2b767",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {