Ghost/ghost/security/test
Daniel Lockyer 1f9d9b1185 Fixed flaky test
- the test wants to assert that the output contains 0-9 a-z characters,
  but it actually asserts the output is a number followed by alphabet
  characters
- this commit updates the regex to allow any combination of letters and
  numbers
2022-07-26 12:51:37 +02:00
..
utils Created @tryghost/security package 2020-08-11 13:29:32 +01:00
.eslintrc.js Created @tryghost/security package 2020-08-11 13:29:32 +01:00
password.test.js Moved test files to correct name 2020-08-11 13:45:21 +01:00
secret.test.js Fixed flaky test 2022-07-26 12:51:37 +02:00
string.test.js Corrected "declared in uppper scope" linting errors 2020-09-22 15:33:30 +12:00
tokens.test.js Extended resetToken.compare return result with reason for comparison failure 2020-09-22 15:31:15 +12:00