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
ng-jest-processor is deprecated and will be removed in the next major version v12. Please use jest-preset-angular/global-setup in Jest config instead, e.g.
module.exports = {
globalSetup: 'jest-preset-angular/global-setup',
};
but the actual deprecated package is ngcc-jest-processor, not ng-jest-processor #1275
Additional context
No response
Environment
--
The text was updated successfully, but these errors were encountered:
Version
11
Steps to reproduce
--
Expected behavior
see the next section
Actual behavior
we got the deprecation warning
but the actual deprecated package is
ngcc-jest-processor
, notng-jest-processor
#1275
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: