Add support for "cacheDirectory" and "coverageDirectory" jest options
Is your proposal related to a problem?
Describe the solution you'd like
Add support for "cacheDirectory" and "coverageDirectory" jest options
Describe alternatives you've considered
It is possible to use "eject" option. It is possible to rename "coverage" folder after each test.
Additional context
I prefer to have ".coverage" instead of "coverage"