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
committerMichaël Zasso <targos@protonmail.com>2022-07-31 10:44:00 +0300
commit841b690359f8646c5c52636ee33857900ef958cc (patch)
tree596629ddf949a9650c2c15c5e39e551a3c40424f /BUILDING.md
parente1127b6154841dff91a42fa4c80086865c32e12b (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 785d38ff65f..8b91d98a07c 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -340,7 +340,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