website refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { describe, it, expect, vi, type Mock } from 'vitest';
|
||||
import { DeletePrizeUseCase, type DeletePrizeInput } from './DeletePrizeUseCase';
|
||||
import type { PrizeRepository } from '../../domain/repositories/PrizeRepository';
|
||||
import { describe, expect, it, vi, type Mock } from 'vitest';
|
||||
import { PrizeType, type Prize } from '../../domain/entities/Prize';
|
||||
import type { PrizeRepository } from '../../domain/repositories/PrizeRepository';
|
||||
import { DeletePrizeUseCase, type DeletePrizeInput } from './DeletePrizeUseCase';
|
||||
|
||||
describe('DeletePrizeUseCase', () => {
|
||||
let prizeRepository: { findById: Mock; delete: Mock };
|
||||
|
||||
Reference in New Issue
Block a user