Skip to content

[expect-expect and no-standalone-expect] additionalTestBlockFunctions does not recognize test.each-like functions #1475

Open
@TomerAberbach

Description

@TomerAberbach

See dubzzz/fast-check#4474

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions