-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support case insensitive searches #10
Comments
Sounds like a great opportunity for first PR! Would be great to get this in :) |
Thanks for reporting this @kristiehowboutdat! I think it would be awesome to solve it at a Jest level, by adding configs to plugins. See #9 (comment) for more info. |
@kristiehowboutdat These should be the changes needed in Jest core to support this feature. jestjs/jest#6603 |
I was wrong, I apologize, my bad. Although we would need configs eventually, it is not required for this. I think we simply need to use the |
Thanks for your hard work on this! It's been a really useful addition to my jest workflow.
My only "complaint" currently is that all of my component files are PascalCased, and I always type my watch queries in lowercase
Feature request: case-insensitive searches:
ex.
nav
ANDNav
should show results forcomponents/NavBar/
, where currently,components/NavBar
only shows up forNav
Are there reasons not to do this? Happy to help with a PR if possible
The text was updated successfully, but these errors were encountered: