import { IMachineLearningRepository } from '../src'; export const newMachineLearningRepositoryMock = (): jest.Mocked => { return { tagImage: jest.fn(), detectObjects: jest.fn(), }; };