Skip to main content
Go to Latest
function assertCallbackErrorUncaught
import { assertCallbackErrorUncaught } from "https://deno.land/std@0.166.0/node/_test_utils.ts";

Asserts that an error thrown in a callback will not be wrongly caught.

Parameters

unnamed 0: { prelude?: string; invocation: string; cleanup?: () => Promise<void> | void; }