-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Pattern mode usage doesn't autocomplete spec test file routes #6481
Comments
I have more info. If I run
and then press p the option called "Press p to filter by a filename regex pattern." I get this screen The thing is that while I type I don't get any file path suggestion, but when I press enter the regex filter gets applied. As you can see in this screenshot There is something wrong with my config. I read the docs a dozen of times and tried loads of different example config files. I'm missing something? |
IIRC there was some license-type issues around the typeahead (autocomplete) stuff. It seems this may be what you're after: If indeed that's the case, it would be good if the Jest documentation helped point towards it 😃 (Further discussion can be found here: #4931 ) |
Yeah @mikehdt is right - you'll need the plugin for typeahead Happy to merge a docs PR that mentions it, but closing this as not a bug |
Thank you 🙂 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🐛 Bug Report
When I'm in "Pattern Mode Usage" while running jest with "jest --watch" if I type a valid name for an .spec files the route doesn't gets autocompleted below the line "pattern >"
Maybe is related with my .jestconfig?
The text was updated successfully, but these errors were encountered: