]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
add Ethersocial Network(ESN) support
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index a22d749e7ab05b1180a51a8e1ec18e218de7f339..83fc949bc990b1c1ca7cf13497d4a763542d4cc2 100644 (file)
@@ -1434,6 +1434,13 @@ it('Allows selection of DEXON', 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) {