-
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
Future ideas #9
Comments
rogeliog
changed the title
Robust typeahead solution
Typeahead solution and initial roadmap
May 31, 2018
I think this is an awesome idea! Could be used to e.g. apply a global filter for just e2e tests, then filter them without getting all other tests. We should definitely land config (for runners too) in Jest to unblock stuff like this. |
Yes, I agree that runners also really need config |
This was referenced Jun 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context: It seems that at some point, we should add a way to configure watch plugins. (still need to create an issue for that)
example:
I think we can leverage a lot of what we have here to create a robust typeahead solution. It would be awesome to support advance use cases, for example:
jest-watch-typeahad
pugins at the same timeglob
,regex
,startsWith
,exclude
,etc
.NOTE: This assume that plugins are "configurable"
This would add 4 plugins
The text was updated successfully, but these errors were encountered: