import { ICommunicationRepository } from '../src'; export const newCommunicationRepositoryMock = (): jest.Mocked => { return { send: jest.fn(), }; };