aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2017-11-16 15:09:56 +1100
committerIan Coleman <ian@iancoleman.io>2017-11-16 15:09:56 +1100
commit5a10834a36af987089d46929556ca60aceb0bba6 (patch)
treef3da2f408fabd9b89a05278b69ccef3297e9a20d /tests
parent1f354b0390a77992424be11f225ab1827b64ef0e (diff)
downloadBIP39-5a10834a36af987089d46929556ca60aceb0bba6.tar.gz
BIP39-5a10834a36af987089d46929556ca60aceb0bba6.tar.zst
BIP39-5a10834a36af987089d46929556ca60aceb0bba6.zip
Add test for monacoin
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) {