summaryrefslogtreecommitdiff
path: root/tools/copyright_checker.js
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-03-13 12:21:13 -0400
committerGitHub <noreply@github.com>2024-03-13 16:21:13 +0000
commitb3ca3b2f25931afb350027bde87dc3d4f9a741b0 (patch)
treee8d4f1211310e4998cd21882b96d0a799a83de87 /tools/copyright_checker.js
parenteccdb0e99acd66cce38fc8535aeab221a8a6fffa (diff)
chore: rough first pass on spec tests (#22877)
Diffstat (limited to 'tools/copyright_checker.js')
-rw-r--r--tools/copyright_checker.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/copyright_checker.js b/tools/copyright_checker.js
index 7337c0d84..86289b9d4 100644
--- 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/specs/**",
":!:tests/testdata/**",
":!:cli/bench/testdata/**",
":!:cli/tsc/dts/**",