it.effect.prop("should work", [Schema.String], ([str]) => Effect.gen(function* () {
// How do I control the amount of runs, specify the seed and other FastCheck assert options?
}))
it.effect.prop("should work", [Schema.String], ([str]) => Effect.gen(function* () {
// How do I control the amount of runs, specify the seed and other FastCheck assert options?
}))