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