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