website refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { describe, it, expect, vi, type Mock } from 'vitest';
|
||||
import { CreatePrizeUseCase, type CreatePrizeInput } from './CreatePrizeUseCase';
|
||||
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 { CreatePrizeUseCase, type CreatePrizeInput } from './CreatePrizeUseCase';
|
||||
|
||||
describe('CreatePrizeUseCase', () => {
|
||||
let prizeRepository: { findByPosition: Mock; create: Mock };
|
||||
|
||||
Reference in New Issue
Block a user