seedToInvalidDataGenerator
Convert a seed into an invalid data generator.
Invalid in this context means that it will never satisfy the zod schema that the seed produces.
To use it, you'll need to have fast-check installed.
To convert a seed to a zod schema, use seedToSchema
.
To convert a seed to an valid data generator, use
seedToValidDataGenerator
.
seedToInvalidDataGenerator
Convert a seed into an invalid data generator.
Invalid in this context means that it will never satisfy the zod schema that the seed produces.
To use it, you'll need to have fast-check installed.
To convert a seed to a zod schema, use
seedToSchema
.To convert a seed to an valid data generator, use
seedToValidDataGenerator
.