mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
35b2ce8b42
Closes #2466
9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
jest.mock('gh-got');
|
|
jest.mock('gl-got');
|
|
|
|
const cache = require('../lib/workers/global/cache');
|
|
|
|
global.platform = jest.genMockFromModule('../lib/platform/github');
|
|
global.logger = require('./_fixtures/logger');
|
|
|
|
cache.init();
|