| 1 | import { assert, describe, it } from "@effect/vitest" |
| 2 | import { Clock, Context, Data, Deferred, Duration, Effect, Exit, Fiber, Option, ScopedCache } from "effect" |
| 3 | import { TestClock } from "effect/testing" |
| 4 |
nothing calls this directly
no test coverage detected