mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
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:
parent
4f80d83774
commit
5596de8081
14 changed files with 52 additions and 30 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue