Open
Description
fast-check
exposes a test.prop
function that's invoked similarly to Jest's built-in test.each
. However, it doesn't seem like expect-expect
and no-standalone-expect
's additionalTestBlockFunctions
option supports test.each
-like function. Probably because the test lambda is passed to an anonymous function instead of test.prop
itself (i.e. test.prop(args)(theTestLambda)
)
Would it be possible to support test.each
-like functions?
Metadata
Metadata
Assignees
Labels
No labels