| 1 | import { describe, expect } from "bun:test" |
| 2 | import { Config, ConfigProvider, Context, Effect, Layer, Option } from "effect" |
| 3 | import { ConfigService } from "../../src/effect/config-service" |
| 4 | import { it } from "../lib/effect" |
nothing calls this directly
no test coverage detected