Fresh install on Ubuntu 16.04 (inside virtualbox). I'm guessing it's a simple regex typo?
71 passing (1s)
2 failing
1) Scrypt Node Module Tests Scrypt Hash Function Verify Hash Synchronous functionality with incorrect arguments Will throw an Error if KDF buffer is not a valid scrypt-encrypted block:
AssertionError: expected [Error] to match /^Error: data is not a valid scrypt-encrypted block$/
at Context.<anonymous> (tests/scrypt-tests.js:493:17)
2) Scrypt Node Module Tests Scrypt Hash Function Verify Hash Asynchronous functionality with incorrect arguments Will throw an Error if KDF buffer is not a valid scrypt-encrypted block:
AssertionError: expected [Error] to match /^Error: data is not a valid scrypt-encrypted block$/
at Context.<anonymous> (tests/scrypt-tests.js:558:17)
Fresh install on Ubuntu 16.04 (inside virtualbox). I'm guessing it's a simple regex typo?