Skip to main content
Module

x/dtils/mod.ts>Expect

The best unofficial library of utilities for Deno applications
Go to Latest
interface Expect
import { type Expect } from "https://deno.land/x/dtils@2.0.0-beta.1/mod.ts";

Methods

failure(reason: string): void
equal(v1: unknown, v2: unknown): void
error(func: () => unknown, type?: unknown): Promise<void> | void