Skip to main content
Module

x/abc/dev_deps.ts>assertThrowsAsync

A better Deno framework to create web application.
Go to Latest
function assertThrowsAsync
import { assertThrowsAsync } from "https://deno.land/x/abc@v1.0.0-rc7/dev_deps.ts";

Parameters

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

Returns

Promise<Error>