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
Adding missing attribute to GlobalConfig type (jestjs#6464)
When we assign a variable to the result of `Object.assign({}, ...)` the
typing for that variable is lost. Therefore we were able to access
`globalConfig.coveragePathIgnorePatterns` even though it didn't exist in
the type.
Commenting these `Object.assign` cases revealed the missing type
property.
0 commit comments