| 1 | import { describe, it, expect, vi } from "vitest"; |
| 2 | import { createCopilotRuntimeHandler } from "../core/fetch-handler"; |
| 3 | import { CopilotRuntime } from "../core/runtime"; |
| 4 | import type { CopilotSseRuntimeOptions } from "../core/runtime"; |
nothing calls this directly
no test coverage detected