| 1 | import assert from "node:assert"; |
| 2 | import { describe, it } from "node:test"; |
| 3 | import type { Terminal as XtermTerminalType } from "@xterm/headless"; |
| 4 | import { Image } from "../src/components/image.ts"; |
nothing calls this directly
no test coverage detected