Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/testing/asserts.ts>equal

[WIP] A framework for crafting interactions with Substrate chains
Latest
function equal
import { equal } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/testing/asserts.ts";

Deep equality comparison used in assertions

Parameters

c: unknown

actual value

d: unknown

expected value

Returns

boolean