Add tests for security hardening: deleted user auth rejection, rate limiting

This commit is contained in:
Michael Borohovski
2026-03-03 15:45:07 -08:00
parent 04b6a2c135
commit f0b2476b87
3 changed files with 222 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ export const createPrismaMock = () => ({
bookDateSwipe: createModelMock(),
goodreadsShelf: createModelMock(),
goodreadsBookMapping: createModelMock(),
apiToken: createModelMock(),
$queryRaw: vi.fn(),
$disconnect: vi.fn(),
});