<!-- **Feature Request** Description: `stringContaining` matcher is case sensitive, it would be nice if we would also have something like `stringContainingCaseInsensitive` Possible solution: Introduce `stringContainingCaseInsensitive` matcher --> `stringContaining` matcher is case sensitive, it would be nice if we would also have something like `stringContainingCaseInsensitive` Example ```ts "FOO": expect.stringContainingCaseInsensitive("foo") // true ```
stringContainingmatcher is case sensitive, it would be nice if we would also have something likestringContainingCaseInsensitiveExample