From: Ian Coleman Date: Thu, 16 Nov 2017 04:09:56 +0000 (+1100) Subject: Add test for monacoin X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=5a10834a36af987089d46929556ca60aceb0bba6 Add test for monacoin --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0b07b4c..998809a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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) {