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
It looks like Jest is currently not able to enforce collectCoverageFrom in obojobo-document-engine. I'm just making a note here so we can keep track of the issue.
The result is a new file that has no tests in obojobo-document-engine will not throw a coverage error when run from the root of the repo, but will when run inside the sub package.
bug report submitted to jest along with a bare testing repo: jestjs/jest#8207
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep our backlog under control, but we thank you for your contributions.
It looks like Jest is currently not able to enforce
collectCoverageFrom
in obojobo-document-engine. I'm just making a note here so we can keep track of the issue.The result is a new file that has no tests in obojobo-document-engine will not throw a coverage error when run from the root of the repo, but will when run inside the sub package.
bug report submitted to jest along with a bare testing repo: jestjs/jest#8207
The text was updated successfully, but these errors were encountered: