Skip to main content
Module

x/denomongo_unittest_utils/tests/test_deps.ts

Unittest utilities for deno_mongo
Latest
import * as denomongoUnittestUtils from "https://deno.land/x/denomongo_unittest_utils@v0.5.3/tests/test_deps.ts";

Functions

Make an assertion, error will be thrown if expr does not have truthy value.

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Asserts that a spy is called as expected. Returns the call.

Asserts that an async spy is called as expected. Returns the call.

Interfaces

A function or instance method wrapper that records all calls made to it.