MCPcopy Create free account
hub / github.com/modem-dev/hunk / codeColumns.test.ts

File codeColumns.test.ts

src/ui/diff/codeColumns.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from "bun:test";
2import type { DiffFile } from "../../core/types";
3import { findMaxLineNumberInRows, maxFileCodeLineWidth } from "./codeColumns";
4import type { DiffRow } from "./pierre";

Callers

nothing calls this directly

Calls 3

maxFileCodeLineWidthFunction · 0.90
findMaxLineNumberInRowsFunction · 0.90
createLargeLineFixtureFunction · 0.85

Tested by

no test coverage detected