From 94bdebe3998d503c625dbf093c40d7cb9d694d7c Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Sat, 21 Sep 2024 02:08:32 +0530 Subject: refactor(tests): migrate npm itests to specs (#25764) Towards https://github.com/denoland/deno/issues/25241 --- 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 de0db015f..496e83fc4 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -214,7 +214,7 @@ async function ensureNoNewITests() { "lsp_tests.rs": 0, "node_compat_tests.rs": 0, "node_unit_tests.rs": 2, - "npm_tests.rs": 92, + "npm_tests.rs": 89, "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, -- cgit v1.2.3