do to formatters
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user