Skip to main content
Module

x/tincan/mod.ts>expect

A BDD testing library for Deno
Latest
function expect
import { expect } from "https://deno.land/x/tincan@1.0.2/mod.ts";

Matchers re-exported from allain/expect. These are not required to do assertions in tincan, so you can use the standard library (std/testing) or bring your own matchers. See https://deno.land/x/expect@v0.4.0/ for more information.

Parameters

value: unknown