summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-09-19 13:28:29 -0700
committerMichaël Zasso <targos@protonmail.com>2021-10-04 20:30:49 +0200
commitc231745837d23cc0e9e5f9ffe1cc4682f2af557a (patch)
tree5b9b6bdaea08641d9e1d33609b9eccef5bf87af6 /test/README.md
parent7e58cda6e0977cb504dd32ffa3edda75ea0ff459 (diff)
downloadnode-new-c231745837d23cc0e9e5f9ffe1cc4682f2af557a.tar.gz
doc: prepare markdown file for upcoming formatting/linting
PR-URL: https://github.com/nodejs/node/pull/40156 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index cc3725764d..470f525ebe 100644
--- a/test/README.md
+++ b/test/README.md
@@ -17,7 +17,7 @@ For the tests to run on Windows, be sure to clone Node.js source code with the
| ---------------- | ---------- | --------------- |
| `abort` | Yes | Tests that use `--abort-on-uncaught-exception` and other situations where we want to test something but avoid generating a core file. |
| `addons` | Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon. |
-| `async-hooks` | Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) functionality. |
+| `async-hooks` | Yes | Tests for [async\_hooks](https://nodejs.org/api/async\_hooks.html) functionality. |
| `benchmark` | Yes | Test minimal functionality of benchmarks. |
| `cctest` | Yes | C++ tests that are run as part of the build process. |
| `code-cache` | No | Tests for a Node.js binary compiled with V8 code cache. |