aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-04-04 11:07:32 +1100
committerGitHub <noreply@github.com>2019-04-04 11:07:32 +1100
commit961df0a5a52e81bdf9c33f850f88f957ec80712b (patch)
treefd96db200002a1479cbac7a0562ff5398e1b7fdd /tests
parentdba22db54d6adc81660f4cca45edb30db3899ad9 (diff)
parent491948dbcb6bee740158037a8aefe5096becb76e (diff)
downloadBIP39-961df0a5a52e81bdf9c33f850f88f957ec80712b.tar.gz
BIP39-961df0a5a52e81bdf9c33f850f88f957ec80712b.tar.zst
BIP39-961df0a5a52e81bdf9c33f850f88f957ec80712b.zip
Merge pull request #314 from hostgame/master
Add Nebulas (NAS)
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index e0b1161..364349c 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -991,6 +991,13 @@ it('Allows selection of Navcoin', function(done) {
991 }; 991 };
992 testNetwork(done, params); 992 testNetwork(done, params);
993}); 993});
994it('Allows selection of Nebulas', function(done) {
995 var params = {
996 selectText: "NAS - Nebulas",
997 firstAddress: "n1PbK61DGBfDoDusLw621G6sVSMfLLHdfnm",
998 };
999 testNetwork(done, params);
1000});
994it('Allows selection of Neoscoin', function(done) { 1001it('Allows selection of Neoscoin', function(done) {
995 var params = { 1002 var params = {
996 selectText: "NEOS - Neoscoin", 1003 selectText: "NEOS - Neoscoin",