From 52ababc4bf948904092cff54c2ab8b91f6b9b443 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 23 Jul 2024 20:22:24 -0400 Subject: fix(node): better detection for when to surface node resolution errors (#24653) --- tools/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lint.js') diff --git a/tools/lint.js b/tools/lint.js index aeab48c1a..dad963160 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -218,7 +218,7 @@ async function ensureNoNewITests() { "lsp_tests.rs": 0, "node_compat_tests.rs": 4, "node_unit_tests.rs": 2, - "npm_tests.rs": 97, + "npm_tests.rs": 93, "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, -- cgit v1.2.3