view data fixes

This commit is contained in:
2026-01-23 15:30:23 +01:00
parent e22033be38
commit f8099f04bc
213 changed files with 3466 additions and 3003 deletions

View File

@@ -1,8 +1,8 @@
import { describe, it, expect } from 'vitest';
import { DriverLeaderboardViewModel } from './DriverLeaderboardViewModel';
import { describe, expect, it } from 'vitest';
import { LeaderboardDriverItem } from '../view-data/LeaderboardDriverItem';
import { LeaderboardsViewData } from '../view-data/LeaderboardsViewData';
import { DriverLeaderboardItemViewModel } from './DriverLeaderboardItemViewModel';
import { LeaderboardsViewData } from '@/lib/view-data/LeaderboardsViewData';
import { LeaderboardDriverItem } from '@/lib/view-data/LeaderboardDriverItem';
import { DriverLeaderboardViewModel } from './DriverLeaderboardViewModel';
const createDriverViewData = (overrides: Partial<LeaderboardDriverItem> = {}): LeaderboardDriverItem => ({
id: 'driver-1',