do to formatters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { ProtestDriverViewModel } from './ProtestDriverViewModel';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import type { DriverSummaryDTO } from '../types/generated/LeagueAdminProtestsDTO';
|
||||
import { ProtestDriverViewModel } from './ProtestDriverViewModel';
|
||||
|
||||
const createDriverSummary = (overrides: Partial<DriverSummaryDTO> = {}): DriverSummaryDTO => ({
|
||||
id: 'driver-1',
|
||||
|
||||
Reference in New Issue
Block a user