Skip to main content
Module

x/denomongo_unittest_utils/tests/test_deps.ts>assert

Unittest utilities for deno_mongo
Latest
function assert
import { assert } from "https://deno.land/x/denomongo_unittest_utils@v0.5.3/tests/test_deps.ts";

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

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr