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

Fix a test using console.log instead of print #4110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CanadaHonk
Copy link
Member

No description provided.

@CanadaHonk CanadaHonk requested review from a team as code owners June 19, 2024 13:03
Copy link
Contributor

@ptomato ptomato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test probably shouldn't be using print() either — nothing will be listening to the output of print() unless the test has the async flag, and I believe it would be legal for implementations' test runners to fail the test on unexpected calls to print().

If I understand correctly what this is supposed to test, I'd say let's just use () => {}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants