| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { runPromptQueue } from "@/cli/cmd/run/runtime.queue" |
| 3 | import type { FooterApi, FooterEvent, RunPrompt, StreamCommit } from "@/cli/cmd/run/types" |
| 4 |
nothing calls this directly
no test coverage detected