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 AND Nav should show results for components/NavBar/, where currently, components/NavBar only shows up for Nav
Are there reasons not to do this? Happy to help with a PR if possible
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.
navANDNavshould show results forcomponents/NavBar/, where currently,components/NavBaronly shows up forNavAre there reasons not to do this? Happy to help with a PR if possible