website cleanup

This commit is contained in:
2025-12-24 14:01:52 +01:00
parent a7aee42409
commit 9b683a59d3
65 changed files with 880 additions and 745 deletions

View File

@@ -1,6 +1,7 @@
import React from 'react';
import { describe, it, expect, vi, beforeEach } from 'vitest';
import { render, screen, waitFor, fireEvent } from '@testing-library/react';
import '@testing-library/jest-dom';
import RaceDetailPage from './page';
import { RaceDetailViewModel } from '@/lib/view-models/RaceDetailViewModel';
@@ -94,7 +95,7 @@ const createViewModel = (status: string) => {
canRegister: false,
} as any,
userResult: null,
});
}, 'driver-1');
};
describe('RaceDetailPage - Re-open Race behavior', () => {