aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorJose Luis Estevez Prieto <jose.estevez.prieto@gmail.com>2019-01-14 16:42:28 +0100
committerJose Luis Estevez Prieto <jose.estevez.prieto@gmail.com>2019-01-14 16:42:28 +0100
commitae27549baff9b3c5ddd8fc8ddd7277a33e07d6a2 (patch)
treeab40716fe6827c7cea0b697cae03a6699bb6cc2d /tests/spec/tests.js
parent8ba31a8985384eb8b5a63ea59ad1f42c3547b6b2 (diff)
downloadBIP39-ae27549baff9b3c5ddd8fc8ddd7277a33e07d6a2.tar.gz
BIP39-ae27549baff9b3c5ddd8fc8ddd7277a33e07d6a2.tar.zst
BIP39-ae27549baff9b3c5ddd8fc8ddd7277a33e07d6a2.zip
LKRcoin test case
Diffstat (limited to 'tests/spec/tests.js')
-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 5c23f8b..6718a0e 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -521,6 +521,13 @@ it('Allows selection of onixcoin', function(done) {
521 }; 521 };
522 testNetwork(done, params); 522 testNetwork(done, params);
523}); 523});
524it('Allows selection of lkrcoin', function(done) {
525 var params = {
526 selectText: "LKR - Lkrcoin",
527 firstAddress: "LfbT296e7AEEnn4bYDbL535Nd8P9g98CdJ",
528 };
529 testNetwork(done, params);
530});
524it('Allows selection of peercoin', function(done) { 531it('Allows selection of peercoin', function(done) {
525 var params = { 532 var params = {
526 selectText: "PPC - Peercoin", 533 selectText: "PPC - Peercoin",