From 1587387bccb6dbecd85f5141dd7543f013d47cd8 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 6 May 2024 21:06:01 -0400 Subject: chore(test): move npm registries to separate servers and to the `tests/registry` folder (#23717) 1. Moves the npm registries to their own dedicated ports. 2. Moves the data files out of `tests/testdata/npm/registry` to `tests/registry/npm`. --- tools/copyright_checker.js | 1 + tools/lint.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/copyright_checker.js b/tools/copyright_checker.js index 73c5e6a71..2cabab6fa 100755 --- a/tools/copyright_checker.js +++ b/tools/copyright_checker.js @@ -24,6 +24,7 @@ export async function checkCopyright() { "*.js", "*.ts", ":!:.github/mtime_cache/action.js", + ":!:tests/registry/**", ":!:tests/specs/**", ":!:tests/testdata/**", ":!:cli/bench/testdata/**", diff --git a/tools/lint.js b/tools/lint.js index 36e79b45b..2bb91f3d5 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -52,13 +52,14 @@ async function dlint() { ":!:cli/compilers/wasm_wrap.js", ":!:cli/tsc/dts/**", ":!:target/", + ":!:tests/registry/**", ":!:tests/specs/**", ":!:tests/testdata/encoding/**", ":!:tests/testdata/error_syntax.js", ":!:tests/testdata/file_extensions/ts_with_js_extension.js", ":!:tests/testdata/fmt/**", - ":!:tests/testdata/npm/**", ":!:tests/testdata/lint/**", + ":!:tests/testdata/npm/**", ":!:tests/testdata/run/**", ":!:tests/testdata/tsc/**", ":!:tests/testdata/test/glob/**", -- cgit v1.2.3