| 1 | // In-process TUI test: drives the real App with a fake TTY stdin/stdout, |
| 2 | // the same technique ink-testing-library uses. |
| 3 | import { EventEmitter } from "node:events" |
| 4 | import React from "react" |
nothing calls this directly
no test coverage detected