Yasin Osman
Results
1
issues of
Yasin Osman
`stringContaining` matcher is case sensitive, it would be nice if we would also have something like `stringContainingCaseInsensitive` Example ```ts "FOO": expect.stringContainingCaseInsensitive("foo") // true ```