Add jest watch-typeahead plugin #1908
Labels
contribution welcome
feature request
intend to implement
The team has the intention to implement this feature at some point. Contribution is also welcome.
scope: unit-jest
What problem does this feature solve?
Jest lost it's typeahead mode due to some licensing problem. jestjs/jest#4931
This was a very useful feature for jest. Jest community later brought it back as a plugin https://github.com/jest-community/jest-watch-typeahead
It would be nice if vue-cli jest comes bundled with this plugin.
What does the proposed API look like?
it should be as simple as installing the plugin and adding
in the
jest.config.js
file.I can provide a PR for this is you like.
The text was updated successfully, but these errors were encountered: