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 /tests/node_compat/test/parallel/test-child-process-ipc-next-tick.js | |
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 'tests/node_compat/test/parallel/test-child-process-ipc-next-tick.js')
-rw-r--r-- | tests/node_compat/test/parallel/test-child-process-ipc-next-tick.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/node_compat/test/parallel/test-child-process-ipc-next-tick.js b/tests/node_compat/test/parallel/test-child-process-ipc-next-tick.js index d255a0a64..b8750f9fc 100644 --- a/tests/node_compat/test/parallel/test-child-process-ipc-next-tick.js +++ b/tests/node_compat/test/parallel/test-child-process-ipc-next-tick.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. 'use strict'; |