diff options
author | yurykk <yurykk@gmail.com> | 2019-06-27 12:15:11 +0300 |
---|---|---|
committer | yurykk <yurykk@gmail.com> | 2019-06-27 12:15:11 +0300 |
commit | 7d4e4cbe2677976e12e9b35a00f032eb038848e2 (patch) | |
tree | 19112f89f2c9a80201535eb3384a494d6cd0b844 /tests | |
parent | 82e3938afe3e76000b58e6a49e204ffff10fbd5a (diff) | |
download | BIP39-7d4e4cbe2677976e12e9b35a00f032eb038848e2.tar.gz BIP39-7d4e4cbe2677976e12e9b35a00f032eb038848e2.tar.zst BIP39-7d4e4cbe2677976e12e9b35a00f032eb038848e2.zip |
Adding FIX coin support
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index c92689a..6e56ce0 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -640,6 +640,20 @@ it('Allows selection of maza', function(done) { | |||
640 | }; | 640 | }; |
641 | testNetwork(done, params); | 641 | testNetwork(done, params); |
642 | }); | 642 | }); |
643 | it('Allows selection of FIX', function(done) { | ||
644 | var params = { | ||
645 | selectText: "FIX - FIX", | ||
646 | firstAddress: "FS5MEU8fs5dUvsaSCSusV8RQtC8j2h3JEh", | ||
647 | }; | ||
648 | testNetwork(done, params); | ||
649 | }); | ||
650 | it('Allows selection of FIX testnet', function(done) { | ||
651 | var params = { | ||
652 | selectText: "FIX - FIX Testnet", | ||
653 | firstAddress: "XpnU1HHdNG5YxvG9Rez4wjmidchxqnZaNa", | ||
654 | }; | ||
655 | testNetwork(done, params); | ||
656 | }); | ||
643 | it('Allows selection of fujicoin', function(done) { | 657 | it('Allows selection of fujicoin', function(done) { |
644 | var params = { | 658 | var params = { |
645 | selectText: "FJC - Fujicoin", | 659 | selectText: "FJC - Fujicoin", |