aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-01-16 10:34:42 +1100
committerIan Coleman <ian@iancoleman.io>2018-01-16 10:34:42 +1100
commit423fb969c6bb8384178b9e503bf11cd5f2df488d (patch)
tree0c19276d405e8e03870bc8f9ae6f56717a2a251f /tests/spec/tests.js
parent9fae1ffbccc9bd6ae19d32d0c7a3822c745260a4 (diff)
downloadBIP39-423fb969c6bb8384178b9e503bf11cd5f2df488d.tar.gz
BIP39-423fb969c6bb8384178b9e503bf11cd5f2df488d.tar.zst
BIP39-423fb969c6bb8384178b9e503bf11cd5f2df488d.zip
Test AXE network
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 913ec33..29e45f5 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -605,6 +605,13 @@ it('Allows selection of monacoin', function(done) {
605 }; 605 };
606 testNetwork(done, params); 606 testNetwork(done, params);
607}); 607});
608it('Allows selection of AXE', function(done) {
609 var params = {
610 selectText: "AXE - Axe",
611 firstAddress: "XQ4HLxUVS3egk5ff1o9e2vJFJKSSsUH3B7",
612 };
613 testNetwork(done, params);
614});
608 615
609// BIP39 seed is set from phrase 616// BIP39 seed is set from phrase
610it('Sets the bip39 seed from the prhase', function(done) { 617it('Sets the bip39 seed from the prhase', function(done) {