We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stringContainingCaseInsensitive
stringContaining matcher is case sensitive, it would be nice if we would also have something like stringContainingCaseInsensitive
stringContaining
Example
"FOO": expect.stringContainingCaseInsensitive("foo") // true