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