Skip to content

Commit 38eddad

Browse files
fix: export __unsafePrisma from prisma mock for tests
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8f34dd7 commit 38eddad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/src/__mocks__/prisma.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ beforeEach(() => {
88
});
99

1010
export const prisma = mockDeep<PrismaClient>();
11+
export const __unsafePrisma = prisma;
1112

1213
export const MOCK_ORG: Org = {
1314
id: SINGLE_TENANT_ORG_ID,

0 commit comments

Comments
 (0)