website refactor
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
type GetUserFeedApplicationError,
|
||||
type GetUserFeedInput,
|
||||
} from './GetUserFeedUseCase';
|
||||
import type { FeedRepository } from '../../domain/repositories/FeedRepository';
|
||||
|
||||
describe('GetUserFeedUseCase', () => {
|
||||
let feedRepository: FeedRepository & { getFeedForDriver: Mock };
|
||||
|
||||
Reference in New Issue
Block a user