mirror of https://github.com/renovatebot/renovate
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
![]() |
import { jest } from '@jest/globals';
|
||
|
import * as _s3 from '../lib/util/s3';
|
||
|
|
||
|
export const s3 = jest.mocked(_s3);
|