Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/js/testing/util.ts>assertEqual

A modern runtime for JavaScript and TypeScript.
Go to Latest
function assertEqual
import { assertEqual } from "https://deno.land/x/deno@v0.1.0/js/testing/util.ts";

Parameters

actual: any
expected: any
optional
msg: string