Create failing test in test-libraries

This commit is contained in:
Sam Rose 2024-11-20 12:50:07 +00:00
parent cf57c7a0d0
commit 63aa1ec0bf
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ describe("UserDB", () => {
const persistedUser = await db.getUserByEmail(email)
expect(persistedUser).toEqual({
...user,
ohno: "what",
_id: saveUserResponse._id,
_rev: expect.stringMatching(/^1-\w+/),
password: expect.not.stringMatching(user.password!),