mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore: deprecate eval itests (#25382)
This PR serves as a part of #22907 . --------- Signed-off-by: David Sherret <dsherret@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
This commit is contained in:
parent
b8ed6f8221
commit
1d04c84c8f
26 changed files with 53 additions and 66 deletions
|
@ -202,7 +202,7 @@ async function ensureNoNewITests() {
|
|||
"compile_tests.rs": 0,
|
||||
"coverage_tests.rs": 0,
|
||||
"doc_tests.rs": 15,
|
||||
"eval_tests.rs": 9,
|
||||
"eval_tests.rs": 0,
|
||||
"flags_tests.rs": 0,
|
||||
"fmt_tests.rs": 17,
|
||||
"info_tests.rs": 18,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue