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
Is it possible to use jest-ratchet when you have glob coverageThresholds setup along with global thresholds, currently I am not seeing thresholds update when using glob patterns
example:
Hi @markis
The expected behavior would be the same as Jest would handle the threshold checks for globs and update them accordingly.
If I have globs currently none of the thresholds get updated and is probably failing silently somewhere. I do see it iterating over the keys here but haven't dug into it further.
Is it possible to use jest-ratchet when you have glob coverageThresholds setup along with global thresholds, currently I am not seeing thresholds update when using glob patterns
example:
The text was updated successfully, but these errors were encountered: