| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
| 2 | |
| 3 | // errorBox writes to the console; mock it so we can assert which title / |
| 4 | // message / third line the cascade picked without matching ANSI output. |
nothing calls this directly
no test coverage detected