jest-extended
jest-extended copied to clipboard
Feature Request: `stringContainingCaseInsensitive`
stringContaining
matcher is case sensitive, it would be nice if we would also have something like stringContainingCaseInsensitive
Example
"FOO": expect.stringContainingCaseInsensitive("foo") // true