| 1 | import { describe, it } from "@effect/vitest" |
| 2 | import { assertInstanceOf, deepStrictEqual, strictEqual } from "@effect/vitest/utils" |
| 3 | import * as S from "effect/Schema" |
| 4 | import * as Util from "../../TestUtils.js" |
nothing calls this directly
no test coverage detected