From: Ian Coleman Date: Fri, 12 Feb 2021 23:34:54 +0000 (+0000) Subject: Run all tests, not just the last one X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=c560e01e9117298ef2fa867f4e59c3112d1ef8ad Run all tests, not just the last one --- 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) { }); // https://github.com/iancoleman/bip39/issues/469 -fit('Generates ethereum private keys with the correct padding', function(done) { +it('Generates ethereum private keys with the correct padding', function(done) { var phrase = "flip vicious divorce angle toward say derive blue refuse load word creek once expire bounce"; let withoutPadding = "0x53121fc5d193e623d2dbf43b2a96640bbed16bd530947fff8dda12f1aec828"; let withPadding = "0x0053121fc5d193e623d2dbf43b2a96640bbed16bd530947fff8dda12f1aec828";