import { assertThrows } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/test_deps.ts?s=assertThrows";
Executes a function, expecting it to throw. If it does not, then it throws.
Executes a function, expecting it to throw. If it does not, then it throws. An error class and a string that should be included in the error message can also be asserted.
Type Parameters
optional
E extends Error = Error[src]