MCPcopy 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}
29function removed(s: string): string {
30 return red(bold(stripAnsiCode(s)));
31}
32
33Deno.test({
34 name: "assertEquals() matches when values are equal",

Callers 1

fnFunction · 0.70

Calls 3

redFunction · 0.90
boldFunction · 0.90
stripAnsiCodeFunction · 0.90

Tested by

no test coverage detected