From fce31fc8293894913a63286a742556ad3a9eec74 Mon Sep 17 00:00:00 2001 From: Raz Luvaton <16746759+rluvaton@users.noreply.github.com> Date: Wed, 1 May 2024 17:19:57 +0300 Subject: [PATCH] doc: add test_runner to subsystem PR-URL: https://github.com/nodejs/node/pull/52774 Reviewed-By: Moshe Atlow Reviewed-By: Luigi Pinca Reviewed-By: Yagiz Nizipli Reviewed-By: Marco Ippolito --- doc/contributing/collaborator-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/contributing/collaborator-guide.md b/doc/contributing/collaborator-guide.md index 918acf9e876140..cb311f22ea49c7 100644 --- a/doc/contributing/collaborator-guide.md +++ b/doc/contributing/collaborator-guide.md @@ -847,6 +847,7 @@ might impact an LTS release. | `lib/net` | @bnoordhuis, @indutny, @nodejs/streams | | `lib/repl` | @nodejs/repl | | `lib/{_}stream{*}` | @nodejs/streams | +| `lib/internal/test_runner` | @nodejs/test\_runner | | `lib/timers` | @nodejs/timers | | `lib/util` | @nodejs/util | | `lib/zlib` | @nodejs/zlib |