import { IServerInfoRepository } from '@app/domain'; export const newServerInfoRepositoryMock = (): jest.Mocked => { return { getGitHubRelease: jest.fn(), }; };