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

x/cliffy/packages/table/test/lib/assert.ts>assertEquals

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
function assertEquals
import { assertEquals } from "https://deno.land/x/cliffy@v0.10.0/packages/table/test/lib/assert.ts";

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

Parameters

actual: unknown
expected: unknown
optional
msg: string