aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-08-01 10:01:28 +1000
committerGitHub <noreply@github.com>2019-08-01 10:01:28 +1000
commit786cd442cdb9f185b8b3fdcb8c54a9cb8fed9290 (patch)
treef86d2f059cd911cd8e7ea28e13ff7f42fd663be9 /tests/spec/tests.js
parente5c4aa40984d427444ff21db93d32be85af95f28 (diff)
parent9f675f2e47f371d2d09bf90f03a2e09ec62a10c4 (diff)
downloadBIP39-786cd442cdb9f185b8b3fdcb8c54a9cb8fed9290.tar.gz
BIP39-786cd442cdb9f185b8b3fdcb8c54a9cb8fed9290.tar.zst
BIP39-786cd442cdb9f185b8b3fdcb8c54a9cb8fed9290.zip
Merge pull request #342 from minkcrypto/master
Add CPUchain support
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 5e65714..91a9bec 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -829,6 +829,13 @@ it('Allows selection of Compcoin', function(done) {
829 }; 829 };
830 testNetwork(done, params); 830 testNetwork(done, params);
831}); 831});
832it('Allows selection of CPUchain', function(done) {
833 var params = {
834 selectText: "CPU - CPUchain",
835 firstAddress: "CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y",
836 };
837 testNetwork(done, params);
838});
832it('Allows selection of Crave', function(done) { 839it('Allows selection of Crave', function(done) {
833 var params = { 840 var params = {
834 selectText: "CRAVE - Crave", 841 selectText: "CRAVE - Crave",