Variant configuration for model-based testing with fast-check commands.
Enables stateful property testing where a sequence of commands is applied to both a model (expected behavior) and a real implementation, verifying they remain consistent.
fast-check Model-Based Testing
Optional
Number of runs before success: 100 by default
Since 1.0.0
Type of random number generator to use.
Omits ability to provide a builder function from pure-rand to avoid entraining a direct production dependency on pure-rand.
pure-rand
Variant configuration for model-based testing with fast-check commands.
Enables stateful property testing where a sequence of commands is applied to both a model (expected behavior) and a real implementation, verifying they remain consistent.
See
fast-check Model-Based Testing