diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-03-27 10:28:39 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-03-27 10:28:39 +1100 |
commit | 680b94c1efc9a70d82f611de3e0c3043b395b9dc (patch) | |
tree | 03be055fb9b92e289e0596dad7402d0a3113449e /tests | |
parent | e5167afe2820b54571e73f796b35e62a17748128 (diff) | |
download | BIP39-680b94c1efc9a70d82f611de3e0c3043b395b9dc.tar.gz BIP39-680b94c1efc9a70d82f611de3e0c3043b395b9dc.tar.zst BIP39-680b94c1efc9a70d82f611de3e0c3043b395b9dc.zip |
Add test for Beetlecoin
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 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 | }); |
637 | it('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 |
639 | it('Sets the bip39 seed from the prhase', function(done) { | 646 | it('Sets the bip39 seed from the prhase', function(done) { |