From 61c90e816657f81aed753bed42d546478439ce7d Mon Sep 17 00:00:00 2001 From: James Prevett Date: Thu, 6 Feb 2025 15:38:55 -0600 Subject: [PATCH] Fix help message formatting --- scripts/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.js b/scripts/test.js index 100d4ad5a..6bdfbdc5c 100755 --- a/scripts/test.js +++ b/scripts/test.js @@ -51,7 +51,7 @@ Output: -h, --help Outputs this help message -w, --verbose Output verbose messages -q, --quiet Don't output normal messages - -l, --logs Change the default log level for test output. Level can be a number or string + -l, --logs Change the default log level for test output. Level can be a number or string -N, --file-names Use full file paths for tests from setup files instead of the base name -C, --ci Continuous integration (CI) mode. This interacts with the Github Checks API for better test status. Requires @octokit/action