renovate/test/globals.js
2017-11-08 06:44:03 +01:00

5 lines
158 B
JavaScript

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