do to formatters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { RemoveMemberViewModel } from './RemoveMemberViewModel';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import type { RemoveLeagueMemberOutputDTO } from '../types/generated/RemoveLeagueMemberOutputDTO';
|
||||
import { RemoveMemberViewModel } from './RemoveMemberViewModel';
|
||||
|
||||
const createRemoveMemberDto = (overrides: Partial<RemoveLeagueMemberOutputDTO> = {}): RemoveLeagueMemberOutputDTO => ({
|
||||
success: true,
|
||||
|
||||
Reference in New Issue
Block a user