renovate/test/globals.js

12 lines
275 B
JavaScript
Raw Normal View History

jest.mock('gh-got');
jest.mock('gl-got');
const cache = require('../lib/workers/global/cache');
2017-11-07 12:31:34 +00:00
global.platform = jest.genMockFromModule('../lib/platform/github');
2017-11-08 05:44:03 +00:00
global.logger = require('./_fixtures/logger');
2018-12-17 14:08:43 +00:00
global.renovateUsername = 'renovate-testing';
cache.init();