diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-04-04 11:07:32 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 11:07:32 +1100 |
commit | 961df0a5a52e81bdf9c33f850f88f957ec80712b (patch) | |
tree | fd96db200002a1479cbac7a0562ff5398e1b7fdd /tests | |
parent | dba22db54d6adc81660f4cca45edb30db3899ad9 (diff) | |
parent | 491948dbcb6bee740158037a8aefe5096becb76e (diff) | |
download | BIP39-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.js | 7 |
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 | }); |
994 | it('Allows selection of Nebulas', function(done) { | ||
995 | var params = { | ||
996 | selectText: "NAS - Nebulas", | ||
997 | firstAddress: "n1PbK61DGBfDoDusLw621G6sVSMfLLHdfnm", | ||
998 | }; | ||
999 | testNetwork(done, params); | ||
1000 | }); | ||
994 | it('Allows selection of Neoscoin', function(done) { | 1001 | it('Allows selection of Neoscoin', function(done) { |
995 | var params = { | 1002 | var params = { |
996 | selectText: "NEOS - Neoscoin", | 1003 | selectText: "NEOS - Neoscoin", |