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>
This commit is contained in:
Asher Gomez 2024-02-16 14:32:28 +11:00 committed by GitHub
parent 4f80d83774
commit 5596de8081
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 52 additions and 30 deletions

View file

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