From 29085895c9e7dc348f393c1154f7890663008612 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 3 Apr 2024 09:24:55 +1100 Subject: 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 --- tests/node_compat/test/parallel/test-http-url.parse-basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/node_compat/test/parallel/test-http-url.parse-basic.js') diff --git a/tests/node_compat/test/parallel/test-http-url.parse-basic.js b/tests/node_compat/test/parallel/test-http-url.parse-basic.js index e41bf41a1..7018cd410 100644 --- a/tests/node_compat/test/parallel/test-http-url.parse-basic.js +++ b/tests/node_compat/test/parallel/test-http-url.parse-basic.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. +// This file is automatically generated by `tests/node_compat/runner/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // -- cgit v1.2.3