UNPKG

sls-test-tools

Version:

Custom Jest Assertions for Serverless Projects

6 lines (5 loc) 197 B
import { TestResultOutput } from "../../utils/testResult"; declare const _default: { toContainUser(userPoolId: string, username: string): Promise<TestResultOutput>; }; export default _default;