From 28916076fc60ad66ba4552df053f31a7269db45a Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 12 Jan 2024 13:11:12 +0100 Subject: [PATCH] correct name is test runner --- lib/cli/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/cli.js b/lib/cli/cli.js index 3f8b478ac..09b05e4d1 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -1842,7 +1842,7 @@ export async function parseCommandLine() { group: 'API' }) .option('api.location', { - describe: 'The location of the worker that run the test.', + describe: 'The location of the test runner that run the test.', group: 'API' }) .option('api.silent', {