fix: update Prisma client configuration and test files for Prisma 7.x compatibility

This commit is contained in:
2026-03-31 10:41:04 -07:00
parent a960bb8a41
commit d595dfa62d
9 changed files with 12 additions and 18 deletions
+1 -2
View File
@@ -11,9 +11,8 @@
*/
import { test, expect } from '@playwright/test';
import { PrismaClient } from '@prisma/client';
import { prisma } from '@/lib/prisma';
const prisma = new PrismaClient();
function getTestCredentials() {
const timestamp = Date.now();