From b6c65c1351e4eb08a9adf8d61b0adad98aedf0fe Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 26 Apr 2019 15:41:57 -0400 Subject: [PATCH] test: add missing ToC entries These modules were already documented, but not included in the table of contents. PR-URL: https://github.com/nodejs/node/pull/27434 Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- test/common/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/common/README.md b/test/common/README.md index 66cb3966075f34..f62ad2bb816441 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -4,6 +4,7 @@ This directory contains modules used to test the Node.js implementation. ## Table of Contents +* [ArrayStream module](#arraystream-module) * [Benchmark module](#benchmark-module) * [Common module API](#common-module-api) * [Countdown module](#countdown-module) @@ -12,8 +13,10 @@ This directory contains modules used to test the Node.js implementation. * [Environment variables](#environment-variables) * [Fixtures module](#fixtures-module) * [Heap dump checker module](#heap-dump-checker-module) +* [hijackstdio module](#hijackstdio-module) * [HTTP2 module](#http2-module) * [Internet module](#internet-module) +* [ongc module](#ongc-module) * [Report module](#report-module) * [tick module](#tick-module) * [tmpdir module](#tmpdir-module)