You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Working with Node.js version < 20.19.0 (in this case 20.18.3):
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
The text was updated successfully, but these errors were encountered:
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 Version20.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 working20.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:
Working with Node.js version < 20.19.0 (in this case 20.18.3):
Please provide the exception or error you saw
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: