| 1 | import { describe, expect, it } from "@effect/vitest"; |
| 2 | import { classifySidecarExit, type SidecarExitInput } from "./sidecar-exit"; |
| 3 | |
| 4 | const classify = (overrides: Partial<SidecarExitInput> = {}) => |
nothing calls this directly
no test coverage detected