do to formatters

This commit is contained in:
2026-01-24 01:25:46 +01:00
parent 705f9685b5
commit dde77e717a
124 changed files with 191 additions and 198 deletions

View File

@@ -1,6 +1,6 @@
import { describe, it, expect } from 'vitest';
import { RaceWithSOFViewModel } from './RaceWithSOFViewModel';
import { describe, expect, it } from 'vitest';
import type { RaceWithSOFDTO } from '../types/generated/RaceWithSOFDTO';
import { RaceWithSOFViewModel } from './RaceWithSOFViewModel';
const createDto = (overrides: Partial<RaceWithSOFDTO> = {}): RaceWithSOFDTO => ({
id: 'race-sof-1',