mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore: deprecate node compat itests (#25573)
This commit is contained in:
parent
e4ea9be874
commit
eb8ee95f08
17 changed files with 56 additions and 63 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue