-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
chore: Deprecate node compat itests #25573
chore: Deprecate node compat itests #25573
Conversation
@dsherret Can you please review this pull request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please update tools/lint.js
and remove node_compat_tests.rs
entry from ensureNoNewITests()
?
…ts and node_compat tests
…mmadSu1/my_deno into deprecate_node_compat_tests
@bartlomieju Done. |
@dsherret Can you please review this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
chore: Deprecate node compat itests
This PR is part of solving #22907.
In this PR, The node_compat_tests.rs file was deprecated, and all the tests were moved under specs/node_compat_tests.
Additionally, the related files under testdata/node were removed after ensuring that they weren't related to any other test.