import { assertRejects } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/test_deps.ts?s=assertRejects";
Executes a function which returns a promise, expecting it to reject.
Executes a function which returns a promise, expecting it to reject. 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]