| 1 | import { rm } from "fs/promises"; |
| 2 | import { describe, expect, it, onTestFinished, vi } from "vitest"; |
| 3 | import { ParsedHttpExchange } from "../../../test/harness/replayingCapiProxy.js"; |
| 4 | import { CopilotClient, approveAll, defineTool, RuntimeConnection } from "../../src/index.js"; |
nothing calls this directly
no test coverage detected