Update Prisma and harden tests

This commit is contained in:
Esdras Renan 2025-11-08 00:28:52 -03:00
parent a2f9d4bd1a
commit d8eb38fe52
17 changed files with 171 additions and 119 deletions

View file

@ -18,7 +18,7 @@ vi.mock("@/server/convex-client", () => {
})
const mockCookieStore = {
get: vi.fn<() => unknown, []>(),
get: vi.fn<() => unknown>(),
}
vi.mock("next/headers", () => ({