| 1 | import { NodeHttpServer, NodeServices } from "@effect/platform-node" |
| 2 | import { describe, expect } from "bun:test" |
| 3 | import { Effect, Fiber, Layer, Schema } from "effect" |
| 4 | import { HttpClient, HttpClientRequest, HttpRouter } from "effect/unstable/http" |
nothing calls this directly
no test coverage detected