import { ISmartInfoRepository } from '../src'; export const newSmartInfoRepositoryMock = (): jest.Mocked => { return { upsert: jest.fn(), }; };