UNPKG

sls-test-tools

Version:

Custom Jest Assertions for Serverless Projects

9 lines (8 loc) 284 B
import { TestResultOutput } from "../../utils/testResult"; declare const _default: { toHaveContentTypeEqualTo({ bucketName, objectName }: { bucketName: string; objectName: string; }, contentType: string): Promise<TestResultOutput>; }; export default _default;