diff options
author | Satya Rohith <me@satyarohith.com> | 2024-10-04 15:26:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 09:56:13 +0000 |
commit | 7b509e492ed6c7ace0f3860c3f4e8e7be3452fda (patch) | |
tree | 7a4ff514f01664ef93683184b4cc870f090f185e /tools/lint.js | |
parent | edac9166040dc09674072ce57af6a9c5ea958d85 (diff) |
tests: enable package_json_node_modules_none (#25825)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index edf800c4e..1f3f56498 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -220,7 +220,7 @@ async function ensureNoNewITests() { "repl_tests.rs": 0, "run_tests.rs": 331, "shared_library_tests.rs": 0, - "task_tests.rs": 3, + "task_tests.rs": 2, "test_tests.rs": 0, "upgrade_tests.rs": 0, "vendor_tests.rs": 1, |