website refactor

This commit is contained in:
2026-01-21 12:55:22 +01:00
parent a6e93acb37
commit 7075765d98
14 changed files with 489 additions and 19 deletions

View File

@@ -12,6 +12,8 @@ describe('LandingService', () => {
let service: LandingService;
beforeEach(() => {
process.env.API_BASE_URL = 'http://localhost:3001';
mockRacesApi = {
getPageData: vi.fn(),
} as unknown as Mocked<RacesApiClient>;