diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-04-03 09:24:55 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-03 09:24:55 +1100 |
| commit | 29085895c9e7dc348f393c1154f7890663008612 (patch) | |
| tree | ec06f386ba72d0590d1fb6913c83aca6e16ad97a /.gitmodules | |
| parent | 2b1c6e172e141c47eda65de2dedcac2a8e2abe84 (diff) | |
chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025)
The `tools/node_compat/node` submodule has been moved to
`tests/node_compat/runner/suite` and the remaining files within
`tools/node_compat` to `tests/node_compat/runner`.
Most of the changes are of the header within `tests/node_compat/test`
files. The `setup` and `test` tasks within `tests/node_comapt` execute
successfully.
Towards #22525
CC @mmastrac
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index d1fb796d4..be03d0684 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,6 +6,6 @@ path = tests/wpt/suite url = https://github.com/web-platform-tests/wpt.git -[submodule "tools/node_compat/node"] - path = tools/node_compat/node +[submodule "tests/node_compat/runner/suite"] + path = tests/node_compat/runner/suite url = https://github.com/denoland/node_test.git |
