Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
2
import
{ assert, assertFalse, assertThrows, equal } from
"./mod.ts"
;
3
4
Deno.test(
"equal() different zero"
, () => {
Callers
nothing calls this directly
Calls
8
assert
Function · 0.90
equal
Function · 0.90
assertFalse
Function · 0.90
assertThrows
Function · 0.90
makeObj
Function · 0.85
set
Method · 0.65
from
Method · 0.45
step
Method · 0.45
Tested by
no test coverage detected