]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add test for monacoin
authorIan Coleman <ian@iancoleman.io>
Thu, 16 Nov 2017 04:09:56 +0000 (15:09 +1100)
committerIan Coleman <ian@iancoleman.io>
Thu, 16 Nov 2017 04:09:56 +0000 (15:09 +1100)
tests/spec/tests.js

index 0b07b4c90c3d1fd4e3f8e8c874d862255ff28187..998809a8c0ccc4b96f8b76334e9588b97fb1259c 100644 (file)
@@ -584,6 +584,13 @@ it('Allows selection of bitcoin gold', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of monacoin', function(done) {
+    var params = {
+        selectText: "MONA - Monacoin",
+        firstAddress: "MKMiMr7MyjDKjJbCBzgF6u4ByqTS4NkRB1",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {