chore: deprecate node compat itests (#25573)

This commit is contained in:
Mohammad Sulaiman 2024-09-16 11:53:20 +03:00 committed by GitHub
parent e4ea9be874
commit eb8ee95f08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 56 additions and 63 deletions

View file

@ -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)) {