From 318f0d28ba1d00beba4d904e42a164860aa10769 Mon Sep 17 00:00:00 2001 From: Pietro Marchini Date: Tue, 10 Sep 2024 15:15:24 +0200 Subject: [PATCH] test: minor --- test/parallel/test-runner-cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-runner-cli.js b/test/parallel/test-runner-cli.js index 490893b671d9c3..6ba4516673fb79 100644 --- a/test/parallel/test-runner-cli.js +++ b/test/parallel/test-runner-cli.js @@ -379,7 +379,7 @@ for (const isolation of ['none', 'process']) { } { - // Should not match files like latest.js . + // Should not match files like latest.js const args = ['--test', '--test-reporter=tap']; const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'issue-54726') });