Clean log

This commit is contained in:
Adria Navarro 2024-01-03 11:45:25 +01:00
parent 874c3f9dd4
commit 66fd8b936f
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ describe("auth", () => {
])(
`passwords cannot have more than ${PASSWORD_MAX_LENGTH} characters`,
password => {
console.error(password)
expect(validatePassword(password)).toEqual({
valid: false,
error: "Password invalid. Maximum 512 characters.",