Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function assertThrows
import { assertThrows } from "https://deno.land/x/rhum@v2.2.0/tests/esm/jest_assertions.ts";

Parameters

actual: () => unknown
expected: new (message?: string) => Error
message: string