X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=998809a8c0ccc4b96f8b76334e9588b97fb1259c;hp=0b07b4c90c3d1fd4e3f8e8c874d862255ff28187;hb=5a10834a36af987089d46929556ca60aceb0bba6;hpb=1f354b0390a77992424be11f225ab1827b64ef0e 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) {