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

File format_test.ts

internal/format_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 { green, red, stripAnsiCode } from "./styles.ts";
3import { assertEquals, assertThrows } from "@std/assert";
4import { format, type InspectFn } from "./format.ts";

Callers

nothing calls this directly

Calls 9

assertThrowsFunction · 0.90
assertEqualsFunction · 0.90
greenFunction · 0.90
redFunction · 0.90
stripAnsiCodeFunction · 0.90
formatFunction · 0.90
disposableStackFunction · 0.90
stubPropertyFunction · 0.85
stepMethod · 0.45

Tested by

no test coverage detected