From: Ian Coleman Date: Mon, 26 Mar 2018 23:28:17 +0000 (+1100) Subject: Add test for Neblio coin X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=e5167afe2820b54571e73f796b35e62a17748128;hp=88ae1301251a14ed9557c1ae7753e411e0159c5b Add test for Neblio coin --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 8774a32..367dc91 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -627,6 +627,13 @@ it('Allows selection of BlackCoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Neblio', function(done) { + var params = { + selectText: "NEBL - Neblio", + firstAddress: "NefkeEEvhusbHMmTRrxx7H9wFnUXd8qQsE", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {