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

x/yaml_wasm/tests/deps.ts>assertNotEquals

WebAssembly module to parse YAML
Latest
function assertNotEquals
import { assertNotEquals } from "https://deno.land/x/yaml_wasm@deno-v0.41.0/tests/deps.ts";

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

Parameters

actual: unknown
expected: unknown
optional
msg: string