From 968f441da32ae5fc3783a4f9bcda3d34fa276b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 16 Sep 2024 14:39:58 +0100 Subject: test: rewrite some ignored tests to spec tests (#25652) Ref https://github.com/denoland/deno/issues/25241 Rewritten these tests: - check::package_json_basic - check::package_json_fail_check - check::package_json_with_deno_json - info::package_json_basic - test::package_json_basic - run::package_json_auto_discovered_for_npm_binary - run::package_json_with_deno_json --- tools/lint.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/lint.js b/tools/lint.js index bb4781e27..013bd4930 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -198,13 +198,13 @@ async function ensureNoNewITests() { "bench_tests.rs": 0, "cache_tests.rs": 0, "cert_tests.rs": 0, - "check_tests.rs": 21, + "check_tests.rs": 18, "compile_tests.rs": 0, "coverage_tests.rs": 0, "eval_tests.rs": 0, "flags_tests.rs": 0, "fmt_tests.rs": 16, - "info_tests.rs": 18, + "info_tests.rs": 17, "init_tests.rs": 0, "inspector_tests.rs": 0, "install_tests.rs": 0, @@ -220,10 +220,10 @@ async function ensureNoNewITests() { "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, - "run_tests.rs": 335, + "run_tests.rs": 334, "shared_library_tests.rs": 0, "task_tests.rs": 4, - "test_tests.rs": 74, + "test_tests.rs": 73, "upgrade_tests.rs": 0, "vendor_tests.rs": 1, "watcher_tests.rs": 0, -- cgit v1.2.3