]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Merge branch 'master' into bitcoin-green
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 892774b92405fcad9aa443d0dc91caabcff0a8fa..4a4146c5985accdc07c05eabc6413542cd46d909 100644 (file)
@@ -1319,6 +1319,13 @@ it('Allows selection of Artax', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of BitcoinGreen', function(done) {
+    var params = {
+        selectText: "BITG - Bitcoin Green",
+        firstAddress: "GeNGm9SkEfwbsws3UrrUSE2sJeyWYjzraY",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of ANON', function(done) {
     var params = {
         selectText: "ANON - ANON",