| 1 | import { afterEach, describe, expect, mock, spyOn, test } from "bun:test" |
| 2 | import { OpencodeClient, type GlobalEvent } from "@opencode-ai/sdk/v2" |
| 3 | import { createSessionTransport } from "@/cli/cmd/run/stream.transport" |
| 4 | import type { FooterApi, FooterEvent, LocalReplayRow, RunFilePart, StreamCommit } from "@/cli/cmd/run/types" |
nothing calls this directly
no test coverage detected