summaryrefslogtreecommitdiff
path: root/tools/lint.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-xtools/lint.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lint.js b/tools/lint.js
index 54c0de034..bb4781e27 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -214,7 +214,7 @@ async function ensureNoNewITests() {
"lint_tests.rs": 18,
// Read the comment above. Please don't increase these numbers!
"lsp_tests.rs": 0,
- "node_compat_tests.rs": 4,
+ "node_compat_tests.rs": 0,
"node_unit_tests.rs": 2,
"npm_tests.rs": 92,
"pm_tests.rs": 0,
@@ -227,7 +227,7 @@ async function ensureNoNewITests() {
"upgrade_tests.rs": 0,
"vendor_tests.rs": 1,
"watcher_tests.rs": 0,
- "worker_tests.rs": 18,
+ "worker_tests.rs": 0,
};
const integrationDir = join(ROOT_PATH, "tests", "integration");
for await (const entry of Deno.readDir(integrationDir)) {