website refactor
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { describe, it, expect, vi } from 'vitest';
|
||||
import { GetDriverLiveriesUseCase, type GetDriverLiveriesInput } from './GetDriverLiveriesUseCase';
|
||||
import type { LiveryRepository } from '../../domain/repositories/LiveryRepository';
|
||||
import type { Logger } from '@core/shared/domain/Logger';
|
||||
import { describe, expect, it, vi } from 'vitest';
|
||||
import type { DriverLivery } from '../../domain/entities/DriverLivery';
|
||||
import type { Logger } from '@core/shared/application';
|
||||
import { GetDriverLiveriesUseCase, type GetDriverLiveriesInput } from './GetDriverLiveriesUseCase';
|
||||
|
||||
describe('GetDriverLiveriesUseCase', () => {
|
||||
const mockLiveryRepository: ILiveryRepository = {
|
||||
|
||||
Reference in New Issue
Block a user