diff --git a/ngcc-jest-processor.js b/ngcc-jest-processor.js deleted file mode 100644 index b37f8baa78..0000000000 --- a/ngcc-jest-processor.js +++ /dev/null @@ -1,11 +0,0 @@ -console.warn( - '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. \n' + - ` - module.exports = { - globalSetup: 'jest-preset-angular/global-setup', - }; - ` -); - -module.exports = require('./build/utils/ngcc-jest-processor');