| 1 | import { describe, expect, test } from "bun:test"; |
| 2 | import type { DiffFile } from "../../core/types"; |
| 3 | import { findMaxLineNumberInRows, maxFileCodeLineWidth } from "./codeColumns"; |
| 4 | import type { DiffRow } from "./pierre"; |
nothing calls this directly
no test coverage detected