diff options
author | Ian Coleman <ian@iancoleman.io> | 2021-02-12 23:34:54 +0000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2021-02-12 23:34:54 +0000 |
commit | c560e01e9117298ef2fa867f4e59c3112d1ef8ad (patch) | |
tree | ecc817ac85afb3fad231eb307f677def3a3c480c /tests | |
parent | a362ff2f626b8dbf0302c1d55a55ccd3ee2da221 (diff) | |
download | BIP39-c560e01e9117298ef2fa867f4e59c3112d1ef8ad.tar.gz BIP39-c560e01e9117298ef2fa867f4e59c3112d1ef8ad.tar.zst BIP39-c560e01e9117298ef2fa867f4e59c3112d1ef8ad.zip |
Run all tests, not just the last one
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index d57b753..257cd7b 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -5123,7 +5123,7 @@ it('Generates ethereum addresses from a public key', function(done) { | |||
5123 | }); | 5123 | }); |
5124 | 5124 | ||
5125 | // https://github.com/iancoleman/bip39/issues/469 | 5125 | // https://github.com/iancoleman/bip39/issues/469 |
5126 | fit('Generates ethereum private keys with the correct padding', function(done) { | 5126 | it('Generates ethereum private keys with the correct padding', function(done) { |
5127 | var phrase = "flip vicious divorce angle toward say derive blue refuse load word creek once expire bounce"; | 5127 | var phrase = "flip vicious divorce angle toward say derive blue refuse load word creek once expire bounce"; |
5128 | let withoutPadding = "0x53121fc5d193e623d2dbf43b2a96640bbed16bd530947fff8dda12f1aec828"; | 5128 | let withoutPadding = "0x53121fc5d193e623d2dbf43b2a96640bbed16bd530947fff8dda12f1aec828"; |
5129 | let withPadding = "0x0053121fc5d193e623d2dbf43b2a96640bbed16bd530947fff8dda12f1aec828"; | 5129 | let withPadding = "0x0053121fc5d193e623d2dbf43b2a96640bbed16bd530947fff8dda12f1aec828"; |