website refactor
This commit is contained in:
@@ -57,7 +57,7 @@ describe('Race Results Import - API Integration', () => {
|
||||
|
||||
it('should reject empty results array', async () => {
|
||||
const raceId = 'test-race-1';
|
||||
const emptyResults: any[] = [];
|
||||
const emptyResults: unknown[] = [];
|
||||
|
||||
await expect(
|
||||
api.post(`/races/${raceId}/import-results`, {
|
||||
|
||||
Reference in New Issue
Block a user