You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add help details for configuration documentation of collectCoverageFrom
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.
Issue jestjs#6563 is a good example of what could be avoided in the future
with this addition to the documentation.
Most likely your glob patterns are not matching any files. Refer to the [micromatch](https://github.com/jonschlinkert/micromatch) documentation to ensure your globs are compatible.
0 commit comments