Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: wrong deprecation message #1411

Closed
its-dibo opened this issue Apr 23, 2022 · 1 comment
Closed

[Bug]: wrong deprecation message #1411

its-dibo opened this issue Apr 23, 2022 · 1 comment
Labels
🐛 Bug Confirmed Bug is confirmed

Comments

@its-dibo
Copy link

its-dibo commented Apr 23, 2022

Version

11

Steps to reproduce

--

Expected behavior

see the next section

Actual behavior

we got the deprecation warning

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

--
@ahnpnl
Copy link
Collaborator

ahnpnl commented Apr 24, 2022

fixed in 11.1.2

@ahnpnl ahnpnl closed this as completed Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Confirmed Bug is confirmed
Projects
None yet
Development

No branches or pull requests

2 participants