| 1 | import { describe, expect } from "bun:test" |
| 2 | import { Duration, Effect, Exit, Fiber, Scope, Stream } from "effect" |
| 3 | import * as TestClock from "effect/testing/TestClock" |
| 4 | import { Credential } from "@opencode-ai/core/credential" |
nothing calls this directly
no test coverage detected