jest-community / jest-extended

Additional Jest matchers 🃏💪
https://jest-extended.jestcommunity.dev/
MIT License
2.32k stars 223 forks source link

Feature Request: `stringContainingCaseInsensitive` #686

Open yasinosman opened 4 months ago

yasinosman commented 4 months ago

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

Example

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