chore: add variant scoring fields, fix tie handling, and fix test files for normalizedName
This commit is contained in:
@@ -32,6 +32,8 @@ const mockTournament = {
|
||||
status: 'planned',
|
||||
maxParticipants: 16,
|
||||
ownerId: null,
|
||||
targetScore: null,
|
||||
allowTies: false,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user