mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
11 lines
207 B
JavaScript
11 lines
207 B
JavaScript
module.exports = {
|
|
fatal: jest.fn(),
|
|
error: jest.fn(),
|
|
warn: jest.fn(),
|
|
info: jest.fn(),
|
|
debug: jest.fn(),
|
|
trace: jest.fn(),
|
|
setMeta: jest.fn(),
|
|
levels: jest.fn(),
|
|
addStream: jest.fn(),
|
|
};
|