]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
add Ellaism(ELLA) suppport
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index a22d749e7ab05b1180a51a8e1ec18e218de7f339..6c9809104860ba7831eb44588d57855ab8f0ad8e 100644 (file)
@@ -1434,6 +1434,13 @@ it('Allows selection of DEXON', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Ellaism', function(done) {
+    var params = {
+        selectText: "ELLA - Ellaism",
+        firstAddress: "0xa8B0BeA09eeBc41062308546a01d6E544277e2Ca",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {