renovate/test/globals.js

6 lines
158 B
JavaScript
Raw Normal View History

jest.mock('gh-got');
jest.mock('gl-got');
2017-11-07 05:31:34 -07:00
global.platform = jest.genMockFromModule('../lib/platform/github');
2017-11-07 22:44:03 -07:00
global.logger = require('./_fixtures/logger');