do to formatters
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { LeagueDetailPageViewModel, type SponsorInfo } from './LeagueDetailPageViewModel';
|
||||
import type { LeagueWithCapacityDTO } from '../types/generated/LeagueWithCapacityDTO';
|
||||
import type { LeagueStatsDTO } from '../types/generated/LeagueStatsDTO';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import type { GetDriverOutputDTO } from '../types/generated/GetDriverOutputDTO';
|
||||
import type { LeagueMembershipsDTO } from '../types/generated/LeagueMembershipsDTO';
|
||||
import type { LeagueScheduleDTO } from '../types/generated/LeagueScheduleDTO';
|
||||
import type { LeagueStatsDTO } from '../types/generated/LeagueStatsDTO';
|
||||
import type { LeagueWithCapacityDTO } from '../types/generated/LeagueWithCapacityDTO';
|
||||
import { LeagueDetailPageViewModel, type SponsorInfo } from './LeagueDetailPageViewModel';
|
||||
import { RaceViewModel } from './RaceViewModel';
|
||||
|
||||
describe('LeagueDetailPageViewModel', () => {
|
||||
|
||||
Reference in New Issue
Block a user