aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/s3.ts
blob: 85f94122e7cffc4decb6fae377c116bd4f631914 (plain)
1
2
3
4
import { jest } from '@jest/globals';
import * as _s3 from '../lib/util/s3';

export const s3 = jest.mocked(_s3);