Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ removed
Function
removed
assert/equals_test.ts:29–31 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
27
return
green(bold(stripAnsiCode(s)));
28
}
29
function
removed(s: string): string {
30
return
red(bold(stripAnsiCode(s)));
31
}
32
33
Deno.test({
34
name:
"assertEquals() matches when values are equal"
,
Callers
1
fn
Function · 0.70
Calls
3
red
Function · 0.90
bold
Function · 0.90
stripAnsiCode
Function · 0.90
Tested by
no test coverage detected