-
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 eval itests #25382
chore: Deprecate eval itests #25382
Conversation
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!
Signed-off-by: David Sherret <[email protected]>
Signed-off-by: David Sherret <[email protected]>
itest!(eval_basic { | ||
args: "eval console.log(\"hello\")", | ||
output_str: Some("hello\n"), | ||
}); |
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 think ./tools/lint.js needs to be updated to have the new number though. Probably linting will fail on the ci
…awi/deno into deprecate-eval-itests
The test specs::eval::env_file keeps failing on the CI checks but it always succeeds on local runs. |
Signed-off-by: David Sherret <[email protected]>
Signed-off-by: Marvin Hagemeister <[email protected]>
This PR serves as a part of #22907 .