You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: It would be very nice to do something like expect(text).toContainOneOf([string1, string2, string3]). My current solution involves regex.test, and gives little information about the scenario. This seems like (to me) a natural matcher as part of the already added matchers in this project, like toBeOneOf.
Possible solution: I don't have any solutions at this time.
The text was updated successfully, but these errors were encountered:
robertleeplummerjr
changed the title
toContainOneOf([string1, string2, string 3]) would be nicetoContainOneOf([string1, string2, string3]) would be nice
Mar 13, 2024
Feature Request
Description: It would be very nice to do something like
expect(text).toContainOneOf([string1, string2, string3])
. My current solution involves regex.test, and gives little information about the scenario. This seems like (to me) a natural matcher as part of the already added matchers in this project, like toBeOneOf.Possible solution: I don't have any solutions at this time.
The text was updated successfully, but these errors were encountered: