diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-16 14:39:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 15:39:58 +0200 |
commit | 968f441da32ae5fc3783a4f9bcda3d34fa276b4d (patch) | |
tree | 9dee28c5203fd326ddc0c60020e97bd1a6a12748 /tools/lint.js | |
parent | 8fa92228bb748bdc59e0fe003108dcaea0a18d10 (diff) |
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
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 8 |
1 files changed, 4 insertions, 4 deletions
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, |