renovate/test/globals.js

6 lines
158 B
JavaScript

jest.mock('gh-got');
jest.mock('gl-got');
global.platform = jest.genMockFromModule('../lib/platform/github');
global.logger = require('./_fixtures/logger');