renovate/test/s3.ts
Sebastian Poxhofer 481aa216b2
feat(instrumentation/reporting): add report option (#26087)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-03-17 09:22:42 +00:00

4 lines
114 B
TypeScript

import { jest } from '@jest/globals';
import * as _s3 from '../lib/util/s3';
export const s3 = jest.mocked(_s3);