aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-02-26 10:17:37 +1100
committerGitHub <noreply@github.com>2019-02-26 10:17:37 +1100
commit9f83f0fcd7463307535828e81fa716352c74473a (patch)
tree210de68d6578bd38a5f9ee20c48c4bbb7fd74d7c /tests
parentda6b42b2f01e190b8725d6b4596b7a1b118bdd3c (diff)
parent10980ed68cfcf683e64aef4d7c463c6b2b729185 (diff)
downloadBIP39-9f83f0fcd7463307535828e81fa716352c74473a.tar.gz
BIP39-9f83f0fcd7463307535828e81fa716352c74473a.tar.zst
BIP39-9f83f0fcd7463307535828e81fa716352c74473a.zip
Merge pull request #302 from robiiinos/master
Added NIX - NIX Platform
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 9c4b972..ad40b95 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -998,6 +998,13 @@ it('Allows selection of Neoscoin', function(done) {
998 }; 998 };
999 testNetwork(done, params); 999 testNetwork(done, params);
1000}); 1000});
1001it('Allows selection of Nix', function(done) {
1002 var params = {
1003 selectText: "NIX - NIX Platform",
1004 firstAddress: "GgcNW2SQQXB4LWHRQTHKkQF3GzXNSLqS8u",
1005 };
1006 testNetwork(done, params);
1007});
1001it('Allows selection of Neurocoin', function(done) { 1008it('Allows selection of Neurocoin', function(done) {
1002 var params = { 1009 var params = {
1003 selectText: "NRO - Neurocoin", 1010 selectText: "NRO - Neurocoin",