import { IStorageRepository } from '../src'; export const newStorageRepositoryMock = (): jest.Mocked => { return { createReadStream: jest.fn(), }; };