aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscribenetwork <38965380+scribenetwork@users.noreply.github.com>2020-08-19 06:22:14 +0200
committerGitHub <noreply@github.com>2020-08-19 06:22:14 +0200
commit4729ecca04a9f9300d09a2c799870e2003222e84 (patch)
tree2a430aaa691173b9c45f354b15d105db4e3ae98a
parentfba7e98aeaf3c756ea4e4741026581c69f491093 (diff)
downloadBIP39-4729ecca04a9f9300d09a2c799870e2003222e84.tar.gz
BIP39-4729ecca04a9f9300d09a2c799870e2003222e84.tar.zst
BIP39-4729ecca04a9f9300d09a2c799870e2003222e84.zip
Update tests.js
-rw-r--r--tests/spec/tests.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 0e7edb9..14cdb8e 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -2265,6 +2265,16 @@ it('Allows selection of CranePay', function(done) {
2265 }; 2265 };
2266 testNetwork(done, params); 2266 testNetwork(done, params);
2267}); 2267});
2268it('Allows selection of Scribe', function(done) {
2269 var params = {
2270 selectText: "SCRIBE - Scribe",
2271 phrase: "abandon abandon ability",
2272 firstAddress: "RYAnPeBLD8veZ9Tw8xugeTC2f9PeZonLHM",
2273 firstPubKey: "02c912bc4759c8a209475502fb5352ff5be8a8f13eb72f1732ee25125cd53edc1e",
2274 firstPrivKey: "HLZWvNCEUv4ghygjH9A2EYCa9HNRcxe5CS42kzUTmoxJYp3z96QE",
2275 };
2276 testNetwork(done, params);
2277});
2268 2278
2269// BIP39 seed is set from phrase 2279// BIP39 seed is set from phrase
2270it('Sets the bip39 seed from the prhase', function(done) { 2280it('Sets the bip39 seed from the prhase', function(done) {