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
@@ -5,11 +5,10 @@
*/
import { test, expect } from '@playwright/test';
import { PrismaClient } from '@prisma/client';
import { prisma } from '@/lib/prisma';
import fs from 'fs';
import path from 'path';
const prisma = new PrismaClient();
test.describe('CSV Upload Player Deduplication', () => {
let testTournamentId: number;