mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
481aa216b2
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
import { jest } from '@jest/globals';
|
|
import * as _s3 from '../lib/util/s3';
|
|
|
|
export const s3 = jest.mocked(_s3);
|