Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiviaMedeiros <livia@cirno.name>2022-04-21 21:14:25 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2022-04-28 21:58:48 +0300
commitb7cd49fdd5f7260dc46c0ec232612a1875ac4077 (patch)
tree92352a3c05fca7ca309e78215b7f53decf5c8708 /BUILDING.md
parent85a77b0cbf7913697bbfae56d17aa9b25894f10e (diff)
doc: reword "test directory"
PR-URL: https://github.com/nodejs/node/pull/42817 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 8a23e7e1be7..79094ebaf90 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -327,7 +327,8 @@ by providing the name of a subsystem:
$ tools/test.py child-process
```
-You can also execute the tests in a tests directory (such as `test/message`):
+You can also execute the tests in a test suite directory
+(such as `test/message`):
```text
$ tools/test.py test/message