Skip to content

ToSatisfyJudge

ToSatisfyJudge<TReceived> = <TJudgeOptions>(judge, …args) => Promise<TReceived>

Function type installed as the toSatisfyJudge(...) matcher.

TReceived = unknown

TJudgeOptions extends JudgeContext<any, any, any, any> = JudgeContext

JudgeForReceived<TReceived, TJudgeOptions>

JudgeAssertionArgs<TJudgeOptions>

Promise<TReceived>