aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-09-21 08:16:47 +1000
committerGitHub <noreply@github.com>2018-09-21 08:16:47 +1000
commit2866e9d4d421da79904174fdc9ee718950d3abd3 (patch)
treef797fc21232b44eae37117035fd788ca6d887750 /tests/spec
parent8c849703eb1fa4d316c55bcc4b8dee45bfab956f (diff)
parent5ed5f6612d5b0bb75b783f758dd1ae8eea4f20d7 (diff)
downloadBIP39-2866e9d4d421da79904174fdc9ee718950d3abd3.tar.gz
BIP39-2866e9d4d421da79904174fdc9ee718950d3abd3.tar.zst
BIP39-2866e9d4d421da79904174fdc9ee718950d3abd3.zip
Merge pull request #253 from dalijolijo/master
Add BitCloud (BTDX) and Megacoin (MEC)
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/tests.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 4eff0be..c875aeb 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -704,6 +704,13 @@ it('Allows selection of Bitcoinz', function(done) {
704 }; 704 };
705 testNetwork(done, params); 705 testNetwork(done, params);
706}); 706});
707it('Allows selection of BitCloud', function(done) {
708 var params = {
709 selectText: "BTDX - BitCloud",
710 firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM",
711 };
712 testNetwork(done, params);
713});
707it('Allows selection of Bitcore', function(done) { 714it('Allows selection of Bitcore', function(done) {
708 var params = { 715 var params = {
709 selectText: "BTX - Bitcore", 716 selectText: "BTX - Bitcore",
@@ -956,6 +963,13 @@ it('Allows selection of Lynx', function(done) {
956 }; 963 };
957 testNetwork(done, params); 964 testNetwork(done, params);
958}); 965});
966it('Allows selection of Megacoin', function(done) {
967 var params = {
968 selectText: "MEC - Megacoin",
969 firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC",
970 };
971 testNetwork(done, params);
972});
959it('Allows selection of Minexcoin', function(done) { 973it('Allows selection of Minexcoin', function(done) {
960 var params = { 974 var params = {
961 selectText: "MNX - Minexcoin", 975 selectText: "MNX - Minexcoin",