summaryrefslogtreecommitdiff
path: root/tools/lint.js
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-02-16 14:32:28 +1100
committerGitHub <noreply@github.com>2024-02-16 03:32:28 +0000
commit5596de8081970a6fa811b95e60a27dca071a714e (patch)
treec4772533f3a7b2c9945cb8f0797e4ec38fc637a9 /tools/lint.js
parent4f80d83774ce5402a2b10503529fe422c998b841 (diff)
chore: move `test_util/wpt` to `tests/wpt/suite` (#22412)
As discussed with @mmastrac. I'll move `tools/wpt` to `tests/wpt` in a follow-up PR. --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-xtools/lint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js
index 8d6e2e64a..14567ed1d 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -59,7 +59,7 @@ async function dlint() {
":!:tests/testdata/test/glob/**",
":!:cli/tsc/*typescript.js",
":!:cli/tsc/compiler.d.ts",
- ":!:test_util/wpt/**",
+ ":!:tests/wpt/suite/**",
]);
if (!sourceFiles.length) {