Const
seedToInvalidData
Given a seed, generates an single example of invalid data.
Invalid in this context means that it will never satisfy the valibot schema that the seed produces.
To use it, you'll need to have fast-check installed.
To convert a seed to a valibot schema, use seedToSchema.
seedToSchema
To convert a seed to a single example of valid data, use seedToValidData.
seedToValidData
seedToInvalidData
Given a seed, generates an single example of invalid data.
Invalid in this context means that it will never satisfy the valibot schema that the seed produces.
To use it, you'll need to have fast-check installed.
To convert a seed to a valibot schema, use
seedToSchema
.To convert a seed to a single example of valid data, use
seedToValidData
.