Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dex/lib/deps/testing/asserts.ts>assertStrictEq

Dex: An SQL query builder port of Knex for Deno
Latest
function assertStrictEq
import { assertStrictEq } from "https://deno.land/x/dex@1.0.2/lib/deps/testing/asserts.ts";

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

Parameters

actual: unknown
expected: unknown
optional
msg: string