| 1 | import { describe, expect } from "bun:test" |
| 2 | import { Effect, Fiber, Layer, Random, Ref } from "effect" |
| 3 | import * as TestClock from "effect/testing/TestClock" |
| 4 | import { Headers, HttpClient, HttpClientRequest, HttpClientResponse } from "effect/unstable/http" |
nothing calls this directly
no test coverage detected