| 1 | import { describe, it } from "@effect/vitest" |
| 2 | import { assertTrue, deepStrictEqual } from "@effect/vitest/utils" |
| 3 | import { Chunk, Deferred, Effect, Equal, Exit, Fiber, Number, pipe, Random, Stream, SubscriptionRef } from "effect" |
| 4 |
nothing calls this directly
no test coverage detected