-
I'm using fast-check (3.15.1) with mocha (10.2) and chai (4.3.10) and I can't get the runner to ever try any shrinks. I see this with my semi-complex arbitraries (whether they use chain or not) but I also get see it for trivia uses like this one:
The output from running this:
Surely |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I tried to reproduce this issue with the exact packages you mention (see: https://github.com/gruhn/fast-check-issue-4956/tree/master) but I get proper shrinking:
Maybe pull that repository and compare. |
Beta Was this translation helpful? Give feedback.
-
Do you happen to have a global configuration of fast-check preventing it to shrink on failure? Something done via |
Beta Was this translation helpful? Give feedback.
Do you happen to have a global configuration of fast-check preventing it to shrink on failure? Something done via
fc.confgureGlobal(...)
.