Skip to main content
Go to Latest
function doesNotReject
import { doesNotReject } from "https://deno.land/std@0.177.0/node/assert/strict.ts";

Parameters

asyncFn: Promise<any> | (() => Promise<any>)
optional
error: RegExp | Function | string
optional
message: string