website refactor
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { describe, it, expect, vi } from 'vitest';
|
||||
import {
|
||||
UpdateLeagueMemberRoleUseCase,
|
||||
type UpdateLeagueMemberRoleInput,
|
||||
type UpdateLeagueMemberRoleErrorCode,
|
||||
} from './UpdateLeagueMemberRoleUseCase';
|
||||
import type { LeagueMembershipRepository } from '../../domain/repositories/LeagueMembershipRepository';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
import { describe, expect, it, vi } from 'vitest';
|
||||
import type { LeagueMembershipRepository } from '../../domain/repositories/LeagueMembershipRepository';
|
||||
import {
|
||||
UpdateLeagueMemberRoleUseCase,
|
||||
type UpdateLeagueMemberRoleErrorCode,
|
||||
type UpdateLeagueMemberRoleInput,
|
||||
} from './UpdateLeagueMemberRoleUseCase';
|
||||
|
||||
describe('UpdateLeagueMemberRoleUseCase', () => {
|
||||
it('updates league member role successfully', async () => {
|
||||
|
||||
Reference in New Issue
Block a user