aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-03-27 10:28:17 +1100
committerIan Coleman <ian@iancoleman.io>2018-03-27 10:28:17 +1100
commite5167afe2820b54571e73f796b35e62a17748128 (patch)
tree970f159183f9700a37ddad48af65b2858e6c39a9 /tests
parent88ae1301251a14ed9557c1ae7753e411e0159c5b (diff)
downloadBIP39-e5167afe2820b54571e73f796b35e62a17748128.tar.gz
BIP39-e5167afe2820b54571e73f796b35e62a17748128.tar.zst
BIP39-e5167afe2820b54571e73f796b35e62a17748128.zip
Add test for Neblio coin
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 8774a32..367dc91 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -627,6 +627,13 @@ it('Allows selection of BlackCoin', function(done) {
627 }; 627 };
628 testNetwork(done, params); 628 testNetwork(done, params);
629}); 629});
630it('Allows selection of Neblio', function(done) {
631 var params = {
632 selectText: "NEBL - Neblio",
633 firstAddress: "NefkeEEvhusbHMmTRrxx7H9wFnUXd8qQsE",
634 };
635 testNetwork(done, params);
636});
630 637
631// BIP39 seed is set from phrase 638// BIP39 seed is set from phrase
632it('Sets the bip39 seed from the prhase', function(done) { 639it('Sets the bip39 seed from the prhase', function(done) {