diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-16 14:32:28 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 03:32:28 +0000 |
| commit | 5596de8081970a6fa811b95e60a27dca071a714e (patch) | |
| tree | c4772533f3a7b2c9945cb8f0797e4ec38fc637a9 /.gitmodules | |
| parent | 4f80d83774ce5402a2b10503529fe422c998b841 (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 '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 3cfaa8270..d1fb796d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,8 +2,8 @@ path = tests/util/std url = https://github.com/denoland/deno_std shallow = true -[submodule "test_util/wpt"] - path = test_util/wpt +[submodule "tests/wpt/suite"] + path = tests/wpt/suite url = https://github.com/web-platform-tests/wpt.git [submodule "tools/node_compat/node"] |
