-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: test.failing.each
#13084
Comments
I can take this up if no one wants it. |
PR very much welcome! I'm surprised it doesn't work already 😅 |
I will take a look, it probably will end up being a one line change 😉 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🚀 Feature Proposal
Thank you for adding
.failing
! Seems like the next logical step is to add.each
to.failing
, including.concurrent
.Motivation
This should exist for the same reasons the regular
.each
exists.Pitch
I don't know anything about the inner workings of Jest, but this seems like a low-hanging fruit, since it's just a combination of two features that already exist, and I was surprised that this isn't supported when I first tried using
.failing
.The text was updated successfully, but these errors were encountered: