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
How often does it reproduce? Is there a required condition?
When using --watch with the --test flag, it doesn't display the error output. It works fine with Node 22, but this appears to be a regression from #50355.
What is the expected behavior? Why is that the expected behavior?
Node 22 (AssertionError):
What do you see instead?
Node 23:
Additional information
It works on Node 23 without the --watch flag.
The text was updated successfully, but these errors were encountered:
Version
23.7.0
Platform
Subsystem
No response
What steps will reproduce the bug?
Repro repository:
https://github.com/pierophp/node23-test-watch-repro
Run:
npm run test:watch
How often does it reproduce? Is there a required condition?
When using --watch with the --test flag, it doesn't display the error output. It works fine with Node 22, but this appears to be a regression from #50355.
What is the expected behavior? Why is that the expected behavior?
Node 22 (AssertionError):

What do you see instead?
Node 23:

Additional information
It works on Node 23 without the --watch flag.
The text was updated successfully, but these errors were encountered: