-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
impossible to use spec test reporter without new #50176
Comments
Hello, I have a question. While looking for related content, I found that there was an issue that the behavior was different before. (#48112) |
I'd like to work on this |
I think the reason is spec is a class, but others are *function |
I'm not sure this is a bug, you need to call the function, i.e. |
It's a bug in the form of anything you said is not documented. The only documented thing is |
node/lib/internal/streams/duplexify.js Line 86 in 3a648af
The error starts from here, body is class SpecReporter, but nodejs treats it as a async generator |
PR-URL: nodejs#50187 Fixes: nodejs#50176 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Version
v18.18.1 and v20.8.0
Platform
all
Subsystem
node:test
What steps will reproduce the bug?
Nothing gets printed.
Instead, the following works:
How often does it reproduce? Is there a required condition?
all the time.
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
No output without new
Additional information
No response
The text was updated successfully, but these errors were encountered: