| 1 | import { describe, it } from "@effect/vitest" |
| 2 | import { assertTrue, deepStrictEqual, strictEqual, throws } from "@effect/vitest/utils" |
| 3 | import type { FastCheck } from "effect" |
| 4 | import { Arbitrary, FastCheck as fc, Order, Predicate, Schema as S, SchemaAST } from "effect" |
nothing calls this directly
no test coverage detected