website refactor
This commit is contained in:
@@ -2,7 +2,6 @@ import { describe, it, expect, beforeEach, vi, Mock } from 'vitest';
|
||||
import {
|
||||
CompleteRaceUseCaseWithRatings,
|
||||
type CompleteRaceWithRatingsInput,
|
||||
type CompleteRaceWithRatingsResult,
|
||||
} from './CompleteRaceUseCaseWithRatings';
|
||||
import type { RaceRepository } from '../../domain/repositories/RaceRepository';
|
||||
import type { RaceRegistrationRepository } from '../../domain/repositories/RaceRegistrationRepository';
|
||||
@@ -38,7 +37,6 @@ describe('CompleteRaceUseCaseWithRatings', () => {
|
||||
getRaceResults: Mock;
|
||||
hasRaceResults: Mock;
|
||||
};
|
||||
let output: { present: Mock };
|
||||
|
||||
beforeEach(() => {
|
||||
raceRepository = {
|
||||
|
||||
Reference in New Issue
Block a user