Open lcswillems opened 6 months ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Should not be closed
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.
What's the point of closing if there is no activity? Doesn't mean the issue went away. And it's really not respectful for the time the people put into creating the issue and sharing feedback. @SimenB Possible to remove this?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Still
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Bro, stop posting this message
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.
No
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.
No
🚀 Feature Proposal
This is a copy of the issue https://github.com/jestjs/jest/issues/14700 with slight modifications.
Making all matchers available as asymmetric matchers.
Motivation
How to check if the value of a property of an object is greater than 10? There is no easy way to do in Jest.
Example
Pitch
This shouldn't require an additional matcher library since the goal is not to add any new matchers. It's simply a case of removing an unnecessary limitation on existing matchers.