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