aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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 fefb8b7..260ff2c 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -412,6 +412,13 @@ it('Allows selection of bitcoin testnet', function(done) {
412 }; 412 };
413 testNetwork(done, params); 413 testNetwork(done, params);
414}); 414});
415it('Allows selection of bitcoin regtest', function(done) {
416 var params = {
417 selectText: "BTC - Bitcoin RegTest",
418 firstAddress: "mucaU5iiDaJDb69BHLeDv8JFfGiyg2nJKi",
419 };
420 testNetwork(done, params);
421});
415it('Allows selection of litecoin', function(done) { 422it('Allows selection of litecoin', function(done) {
416 var params = { 423 var params = {
417 selectText: "LTC - Litecoin", 424 selectText: "LTC - Litecoin",