| 1 | import { assert, describe, it } from "@effect/vitest" |
| 2 | import { Context, Effect, Fiber, Queue, type Scope } from "effect" |
| 3 | import * as EventJournal from "effect/unstable/eventlog/EventJournal" |
| 4 | import * as EventLog from "effect/unstable/eventlog/EventLog" |
nothing calls this directly
no test coverage detected