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 0b07b4c..998809a 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -584,6 +584,13 @@ it('Allows selection of bitcoin gold', function(done) {
584 }; 584 };
585 testNetwork(done, params); 585 testNetwork(done, params);
586}); 586});
587it('Allows selection of monacoin', function(done) {
588 var params = {
589 selectText: "MONA - Monacoin",
590 firstAddress: "MKMiMr7MyjDKjJbCBzgF6u4ByqTS4NkRB1",
591 };
592 testNetwork(done, params);
593});
587 594
588// BIP39 seed is set from phrase 595// BIP39 seed is set from phrase
589it('Sets the bip39 seed from the prhase', function(done) { 596it('Sets the bip39 seed from the prhase', function(done) {