-
Michael Kriese authoredMichael Kriese authored
setup.ts 193 B
jest.mock('../lib/platform', () => ({
platform: jest.createMockFromModule('../lib/platform/github'),
initPlatform: jest.fn(),
getPlatformList: jest.fn(),
}));
jest.mock('../lib/logger');