Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/js/tests/test_util.ts>assertStrictEq

A modern runtime for JavaScript and TypeScript.
Go to Latest
function assertStrictEq
import { assertStrictEq } from "https://deno.land/x/deno@v1.0.0/cli/js/tests/test_util.ts";

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

Parameters

actual: unknown
expected: unknown
optional
msg: string