| 1 | import { describe, it } from "@effect/vitest" |
| 2 | import { assertNone, assertSome, deepStrictEqual, doesNotThrow, strictEqual } from "@effect/vitest/utils" |
| 3 | import { Schema } from "effect" |
| 4 | import { Headers } from "effect/unstable/http" |
nothing calls this directly
no test coverage detected