do to formatters
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { LeagueStewardingViewModel, type RaceWithProtests, type Protest, type Penalty } from './LeagueStewardingViewModel';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { LeagueStewardingViewModel, type Penalty, type Protest, type RaceWithProtests } from './LeagueStewardingViewModel';
|
||||
|
||||
const createProtest = (id: string, status: string): Protest => ({
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user