From 448fe67b7a2142f62332b651f9d215534dceb1f5 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 28 May 2024 14:58:43 -0400 Subject: feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) Includes: * https://github.com/denoland/deno_graph/pull/486 * https://github.com/denoland/deno_graph/pull/488 * https://github.com/denoland/deno_lockfile/pull/25 * https://github.com/denoland/deno_lockfile/pull/22 * https://github.com/denoland/deno_graph/pull/483 * https://github.com/denoland/deno_graph/pull/470 --- tools/lint.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/lint.js') diff --git a/tools/lint.js b/tools/lint.js index d4fb4e9a0..ec8e147a5 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -195,7 +195,7 @@ async function ensureNoNewITests() { // replace them with spec tests. const iTestCounts = { "bench_tests.rs": 0, - "bundle_tests.rs": 12, + "bundle_tests.rs": 11, "cache_tests.rs": 0, "cert_tests.rs": 0, "check_tests.rs": 23, @@ -217,11 +217,11 @@ async function ensureNoNewITests() { "lsp_tests.rs": 0, "node_compat_tests.rs": 4, "node_unit_tests.rs": 2, - "npm_tests.rs": 98, + "npm_tests.rs": 97, "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, - "run_tests.rs": 372, + "run_tests.rs": 360, "shared_library_tests.rs": 0, "task_tests.rs": 30, "test_tests.rs": 77, -- cgit v1.2.3