Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add help details for configuration documentation of collectCoverageFr…
…om (jestjs#6563) Due to breaking changes in an upgrade of the dependency micromatch from ^2.3.11 to ^3.1.10 many users saw their coverage reporting failing because their glob matching was in an unsupported format. Adding the help text here gives users a good starting point for debugging when they run into issues concerning this option. This should help alleviate support issues created concerning this configuration option.