do to formatters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { LeagueCardViewModel } from './LeagueCardViewModel';
|
||||
import type { LeagueSummaryDTO } from '@/lib/types/generated/LeagueSummaryDTO';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { LeagueCardViewModel } from './LeagueCardViewModel';
|
||||
|
||||
const createSummaryDto = (overrides: Partial<LeagueSummaryDTO & { description?: string }> = {}): LeagueSummaryDTO & { description?: string } => ({
|
||||
id: 'league-1',
|
||||
|
||||
Reference in New Issue
Block a user