-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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]: Jest tests failing in a NX project with Angular 19 + Openlayers 10 + Typescript 5.6 #15418
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
No solution, but I've got the same issue, commenting to keep this alive. |
Yes I have a similar issue as well, all was fine but since update to Angular 19 the tests fail with |
We are stuck at TypeScript 5.5.4 until this issue is resolved. Could you prioritize it, please? |
We are also seeing the error We are also seeing generic errors like this:
|
I'm experiencing the same issue as well, and am hoping the Jest team will take a look soon! |
Version
29.7.0
Steps to reproduce
Expected behavior
Tests should be fine
Actual behavior
The repository I provided is just an out-of-the-box Nx project with angular. I followed this instructions: https://nx.dev/getting-started/tutorials/angular-standalone-tutorial.
I've only added the following stuff:
And that's it. You can see here the commit details: ricardojbertolin/angular-19-demo@4029b4c
After that, tests for this main component started to fail.
In older versions of Angular this didn't break down and worked as expected.
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: