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

Vitest are not showing error logs up on nodejs v20.19.0 #1647

Open
2 tasks
JuNe98 opened this issue Mar 14, 2025 · 0 comments
Open
2 tasks

Vitest are not showing error logs up on nodejs v20.19.0 #1647

JuNe98 opened this issue Mar 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@JuNe98
Copy link

JuNe98 commented Mar 14, 2025

Please provide the environment you discovered this bug in.

I have discovered that no more logs in tests (I am using vitest with your setup) are shown when you are using Node.js Version 20.19.0 or later. I have tried versions supported by Angular looking in the Angular docs.

I have tried different versions:

  • 20.18.0, 20.18.3 --> are working
  • 20.19.0, 22.14.0 --> aren't working!!!

Which area/package is the issue in?

vitest-angular

Description

The test are working and show if an app or lib passed or passed not the test. But if the test aren't passed there are no details which tests failed:

Image

Working with Node.js version < 20.19.0 (in this case 20.18.3):

Image

Please provide the exception or error you saw


Other information

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No
@JuNe98 JuNe98 added the bug Something isn't working label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant