| 1 | import { afterEach, describe, expect, test } from "bun:test" |
| 2 | import { ConfigProvider, Layer } from "effect" |
| 3 | import { HttpRouter } from "effect/unstable/http" |
| 4 | import { EventPaths } from "../../src/server/routes/instance/httpapi/groups/event" |
nothing calls this directly
no test coverage detected