summaryrefslogtreecommitdiff
path: root/test/common/README.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-04-26 15:41:57 -0400
committercjihrig <cjihrig@gmail.com>2019-04-29 08:48:45 -0400
commit5f6438f62537779eff6402688cbe7ef30b63202e (patch)
tree3fbc53a5857c9f2a824b60c4f6ebbc4de95e96b7 /test/common/README.md
parentaffcbd68886f6e5bf0c70de48f2f54593d1a492a (diff)
downloadandroid-node-v8-5f6438f62537779eff6402688cbe7ef30b63202e.tar.gz
android-node-v8-5f6438f62537779eff6402688cbe7ef30b63202e.tar.bz2
android-node-v8-5f6438f62537779eff6402688cbe7ef30b63202e.zip
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 <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'test/common/README.md')
-rw-r--r--test/common/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/common/README.md b/test/common/README.md
index 66cb396607..f62ad2bb81 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)