We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A warning appears on "@angular-builders/jest": "^13.0.3", that does not appear on 13.0.2. Likely has a performance hit as well.
"@angular-builders/jest": "^13.0.3",
13.0.2
Or maybe not. In any case, it's annoying.
Just ng new with latest and run ng test --coverage.
ng new
ng test --coverage
There should not be a warning
13.0.3:
13.0.2:
Libs - @angular/core version: 13.2.0 - @angular-devkit/build-angular version: 13.2.5 - @angular-builders/jest version: 13.0.3 For Tooling issues: - Node version: 16.14.0 - Platform: Mac M1 -
Low priority, but thought you should be aware of it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
A warning appears on
"@angular-builders/jest": "^13.0.3",
that does not appear on13.0.2
. Likely has a performance hit as well.Or maybe not. In any case, it's annoying.
Minimal Reproduction
Just
ng new
with latest and runng test --coverage
.Expected Behavior
There should not be a warning
Screenshots
13.0.3:
13.0.2:
Environment
Additional Context
Low priority, but thought you should be aware of it.
The text was updated successfully, but these errors were encountered: