From 374c278716e001c6e4484a8d8c1e30d5b3f6cd6d 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 979ae68d7854d0..338e46cd3d4fe5 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -339,7 +339,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