Go to Latest
function assertStrictEq
import { assertStrictEq } from "https://dotland.deno.dev/std@0.36.0/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