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
When we migrate from `globals` to transform option, the object `ngJest` wasn't copied by `ts-jest` parent class `ConfigSet`.
This fix adds the handling option `processWithEsbuild` directly to `NgJestTransformer` class to manage it properly and add a deprecation warning to `globals.ngJest.processWithEsbuild` option
'Specifying `processWithEsbuild` in `ngJest` config is deprecated and will be removed in the next major version. Please follow this documentation https://thymikee.github.io/jest-preset-angular/docs/getting-started/options#processing-with-esbuild instead.',
0 commit comments