Skip to main content

One post tagged with "arbitrary"

View All Tags

What's new in fast-check 4.8.0?

· 3 min read
Nicolas Dubien
fast-check maintainer

Nesting an arbitrary number of .chain calls has never been simple with fast-check. This release introduces chainUntil, a new combiner dedicated to iterative chaining. It runs as a loop, keeps going until you decide to stop and supports proper shrinking even on very long chains.

Continue reading to explore the detailed updates it brings.