MCPcopy Create free account
hub / github.com/denoland/std / equal_test.ts

File equal_test.ts

assert/equal_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2import { assert, assertFalse, assertThrows, equal } from "./mod.ts";
3
4Deno.test("equal() different zero", () => {

Callers

nothing calls this directly

Calls 8

assertFunction · 0.90
equalFunction · 0.90
assertFalseFunction · 0.90
assertThrowsFunction · 0.90
makeObjFunction · 0.85
setMethod · 0.65
fromMethod · 0.45
stepMethod · 0.45

Tested by

no test coverage detected