| 1 | import { afterEach, describe, expect, it, vi } from "vitest"; |
| 2 | import { CopilotClient } from "../src/client.js"; |
| 3 | import { approveAll } from "../src/index.js"; |
| 4 | import { createCanvas, joinSession } from "../src/extension.js"; |
nothing calls this directly
no test coverage detected