From e0a76347d4a911f91b33f1080c00de2dad1972ed Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 24 Sep 2017 19:36:12 -0700 Subject: [PATCH] doc: update table of contents for common/README.md The `countdown` and `fixtures` modules are documented in the `common/README.md` file but are omitted from the table of contents. Add them. PR-URL: https://github.com/nodejs/node/pull/15595 Reviewed-By: Vse Mozhet Byt Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- test/common/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/common/README.md b/test/common/README.md index c7d4e780f026ab..2d30629e1edef3 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -6,6 +6,8 @@ This directory contains modules used to test the Node.js implementation. * [Benchmark module](#benchmark-module) * [Common module API](#common-module-api) +* [Countdown module](#countdown-module) +* [Fixtures module](#fixtures-module) * [WPT module](#wpt-module) ## Benchmark Module