| 1 | import { beforeAll, describe, expect, it } from "@effect/vitest"; |
| 2 | import { Effect, Predicate } from "effect"; |
| 3 | import { HttpServerResponse } from "effect/unstable/http"; |
| 4 | // oxlint-disable-next-line executor/no-vitest-import -- boundary: fake-clock coverage for the active-work deadline |
nothing calls this directly
no test coverage detected