From 5596de8081970a6fa811b95e60a27dca071a714e Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Fri, 16 Feb 2024 14:32:28 +1100 Subject: 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 --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') 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"] -- cgit v1.2.3