no-shrink
function
clojure.test.check.generators/no-shrink
(no-shrink [gen])Creates a new generator that is just like `gen`, except does not shrink
at all. This can be useful when shrinking is taking a long time or is not
applicable to the domain.
Examples
No examples yet. Be the first to add one!