aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-03-27 10:28:39 +1100
committerIan Coleman <ian@iancoleman.io>2018-03-27 10:28:39 +1100
commit680b94c1efc9a70d82f611de3e0c3043b395b9dc (patch)
tree03be055fb9b92e289e0596dad7402d0a3113449e /tests/spec/tests.js
parente5167afe2820b54571e73f796b35e62a17748128 (diff)
downloadBIP39-680b94c1efc9a70d82f611de3e0c3043b395b9dc.tar.gz
BIP39-680b94c1efc9a70d82f611de3e0c3043b395b9dc.tar.zst
BIP39-680b94c1efc9a70d82f611de3e0c3043b395b9dc.zip
Add test for Beetlecoin
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 367dc91..80add73 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -634,6 +634,13 @@ it('Allows selection of Neblio', function(done) {
634 }; 634 };
635 testNetwork(done, params); 635 testNetwork(done, params);
636}); 636});
637it('Allows selection of Beetlecoin', function(done) {
638 var params = {
639 selectText: "BEET - Beetlecoin",
640 firstAddress: "BVmtbEsGrjpknprmpHFq26z4kYHJUFHE71",
641 };
642 testNetwork(done, params);
643});
637 644
638// BIP39 seed is set from phrase 645// BIP39 seed is set from phrase
639it('Sets the bip39 seed from the prhase', function(done) { 646it('Sets the bip39 seed from the prhase', function(done) {