summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-04-03 09:24:55 +1100
committerGitHub <noreply@github.com>2024-04-03 09:24:55 +1100
commit29085895c9e7dc348f393c1154f7890663008612 (patch)
treeec06f386ba72d0590d1fb6913c83aca6e16ad97a /ext
parent2b1c6e172e141c47eda65de2dedcac2a8e2abe84 (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 'ext')
-rw-r--r--ext/node/polyfills/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/node/polyfills/README.md b/ext/node/polyfills/README.md
index ed9aef253..26527278e 100644
--- a/ext/node/polyfills/README.md
+++ b/ext/node/polyfills/README.md
@@ -101,7 +101,8 @@ const leftPad = require("left-pad");
### Setting up the test runner and running tests
-See [tools/node_compat/README.md](../../../tools/node_compat/README.md).
+See
+[tests/node_compat/runner/README.md](../../../tests/node_compat/runner/README.md).
### Best practices
@@ -160,4 +161,4 @@ It's not as clean, but prevents the callback being called twice.
Node compatibility can be measured by how many native Node tests pass. If you'd
like to know what you can work on, check out the list of Node tests remaining
-[here](../../../tools/node_compat/TODO.md).
+[here](../../../tests/node_compat/runner/TODO.md).