-
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 doc itests #25452
chore: Deprecate doc itests #25452
Conversation
@dsherret Can you please review this change. |
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!!
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.
(I updated these folders to not have a deno_doc_
prefix because there's already a doc
folder)
chore: Deprecate doc itests.
This PR is part of solving #22907. In this PR, the doc_tests.rs file was deprecated, and all the tests were moved under specs/doc. Additionally, the related files under testdata/doc were removed after ensuring that they weren’t related to any other tests.