| 1 | import { ChildProcess } from "child_process"; |
| 2 | import { describe, expect, it, onTestFinished } from "vitest"; |
| 3 | import { CopilotClient, approveAll, RuntimeConnection } from "../../src/index.js"; |
| 4 |
nothing calls this directly
no test coverage detected