Closed
Description
#5399 was merged, and it rewrites some parts of the watch mode to support third party plugins.
There are still some follow up items that need to be done.
- Add documentation for watch plugins. Add documentation for watch plugins #5895
- Allow plugins to override the usage of a key. A plugin should be able to take keys like "p" and "t" Allow plugins to override other plugins #5878
- Finish polishing the API
- Bring back typeahead. https://github.com/rogeliog/jest-plugin-filename
- Use utf-8 encoding instead of hex to make it play well with plugins. (needs discussion)
- Support non-watch mode? For CI environments, where it can access all the hooks but not the interactive prompt
- Allow plugins to be configurable... similar to Add
runnerConfig
option to configure runners #4278 (comment) - done in Allow watch plugin to be configured #6603