| 1 | import { describe, expect, test } from "bun:test"; |
| 2 | |
| 3 | import { StreamEndEventSchema } from "@/common/orpc/schemas/stream"; |
| 4 | import { createMuxMessage, type MuxMetadata } from "@/common/types/message"; |
nothing calls this directly
no test coverage detected