do to formatters
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { LeagueAdminViewModel } from './LeagueAdminViewModel';
|
||||
import type { LeagueMemberViewModel } from './LeagueMemberViewModel';
|
||||
import type { LeagueJoinRequestViewModel } from './LeagueJoinRequestViewModel';
|
||||
import type { LeagueMemberViewModel } from './LeagueMemberViewModel';
|
||||
|
||||
describe('LeagueAdminViewModel', () => {
|
||||
it('should create instance with all properties', () => {
|
||||
|
||||
Reference in New Issue
Block a user