-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Add Jest typeahead plugin #5213
Conversation
Glitchy? I haven't noticed that... Mind opening up an issue with some details? /cc @rogeliog |
@gaearon Thanks for reporting! After some investigation, I've been able to reproduce. We saw similar issues with the typeahead when it was part of Jest core, I created jest-community/jest-watch-typeahead#20 to track this. I'll work on it during the next couple of days. |
If it's similar issues from before (when it was part of jest), I'd rather have the same experience over reduced features. Or at least let us configure our own |
I see a new version of this plugin has been released with a fix for what's quoted above. Can we move forward with this PR now? Thanks ❤️ |
* Add Jest typeahead plugin * Update jest-watch-typeahead to 0.2.1
It's been separated from Jest.
I wouldn't rush though because this is glitchy:
Closes #6227.