| 1 | import { expect } from "bun:test" |
| 2 | import { Effect, Layer, Context } from "effect" |
| 3 | import { InstanceRef } from "../../src/effect/instance-ref" |
| 4 | import { makeRuntime } from "../../src/effect/run-service" |
nothing calls this directly
no test coverage detected