jest-extended icon indicating copy to clipboard operation
jest-extended copied to clipboard

Feature Request: `stringContainingCaseInsensitive`

Open yasinosman opened this issue 9 months ago • 0 comments

stringContaining matcher is case sensitive, it would be nice if we would also have something like stringContainingCaseInsensitive

Example

"FOO": expect.stringContainingCaseInsensitive("foo") // true

yasinosman avatar May 08 '24 11:05 yasinosman