refactor(tests): update remaining test files for ephemeral team model

This commit is contained in:
2026-04-03 22:00:01 -07:00
parent c222e55a52
commit 63ef1d124c
7 changed files with 76 additions and 85 deletions
@@ -28,6 +28,7 @@ const mockTournament = {
description: 'A test tournament',
eventDate: new Date('2024-01-15'),
eventType: 'tournament',
tournamentType: 'individual',
format: 'round_robin',
status: 'planned',
maxParticipants: 16,
@@ -36,6 +37,12 @@ const mockTournament = {
allowTies: false,
createdAt: new Date(),
updatedAt: new Date(),
teamDurability: 'permanent',
partnerRotation: 'none',
allowByes: true,
teamConfiguration: null,
maxRosterChanges: null,
requireAdminVerify: false,
}
describe('EditTournamentForm', () => {