Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function assertNotEquals
import { assertNotEquals } from "https://deno.land/std@v0.42.0/testing/asserts.ts";

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

Parameters

actual: unknown
expected: unknown
optional
msg: string