Skip to main content
Module

x/tincan/mod.ts>expect

A BDD testing library for Deno
Go to Latest
function expect
import { expect } from "https://deno.land/x/tincan@1.0.1/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.2.9/ for more information.

Parameters

value: unknown