Open
Description
I found that if configured collectCoverageFrom for jest, the statement coverage of external script goes to 0.
Thought I can solve the problem by adding ignore patterns in the collectCoverageFrom, is it possible to solve this problem in other ways? Since I have to move source files around to make the coverage match my expectation.