do to formatters
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { LeagueStatsViewModel } from './LeagueStatsViewModel';
|
||||
|
||||
const createDto = (overrides: Partial<{ totalLeagues: number }> = {}): { totalLeagues: number } => ({
|
||||
|
||||
Reference in New Issue
Block a user