UNPKG

sls-test-tools

Version:

Custom Jest Assertions for Serverless Projects

6 lines (5 loc) 222 B
import { TestResultOutput } from "../../utils/testResult"; declare const _default: { toMatchStateMachineOutput(stateMachineName: string, expectedOutput: unknown): Promise<TestResultOutput>; }; export default _default;