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
`Coverage for ${key} (${current}%) is above the threshold (${threshold}%).\n\tPlease update the coverageThreshold.global.${key} in the jest.config.js to ${current}!`
29
+
formatErrorsWithAlignedStars(`Coverage for ${key} (${current}%) is above the threshold (${threshold}%).`)
30
+
);
31
+
errors.push(
32
+
formatErrorsWithAlignedStars(
33
+
`Please update the coverageThreshold.global.${key} in the jest.config.js to ---> ${current} <---`,
0 commit comments