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