Add test for Neblio coin

This commit is contained in:
Ian Coleman
2018-03-27 10:28:17 +11:00
parent 88ae130125
commit e5167afe28

View File

@@ -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) {