Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function assertStrictEq
import { assertStrictEq } from "https://deno.land/x/dejs@0.4.0/vendor/https/deno.land/std/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