| 1 | import { beforeAll, describe, expect, mock, test } from "bun:test" |
| 2 | |
| 3 | let shouldListRoot: typeof import("./file-tree").shouldListRoot |
| 4 | let shouldListExpanded: typeof import("./file-tree").shouldListExpanded |
nothing calls this directly
no test coverage detected