From 841b690359f8646c5c52636ee33857900ef958cc Mon Sep 17 00:00:00 2001 From: LiviaMedeiros Date: Fri, 22 Apr 2022 02:14:25 +0800 Subject: [PATCH] doc: reword "test directory" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42817 Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca Reviewed-By: Mestery Reviewed-By: Darshan Sen --- BUILDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 785d38ff65fe5d..8b91d98a07c107 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