Skip to main content
Module

x/dso/deps.ts>assertThrowsAsync

Simple Orm library for Deno based on deno_mysql
Latest
function assertThrowsAsync
import { assertThrowsAsync } from "https://deno.land/x/dso@v1.0.0/deps.ts";

Parameters

fn: () => Promise<void>
optional
ErrorClass: Constructor
optional
msgIncludes = [UNSUPPORTED]
optional
msg: string

Returns

Promise<Error>