From 132fc804e8cfbeeb02baab085b803125aa77fefa Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:27:16 +0200 Subject: [PATCH] doc: correct formatting of example definitions for `--test-shard` PR-URL: https://github.com/nodejs/node/pull/58571 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/cli.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 4fcdb60948a..066c8e6ab6e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2534,8 +2534,9 @@ added: Test suite shard to execute in a format of `/`, where -`index` is a positive integer, index of divided parts -`total` is a positive integer, total of divided part +* `index` is a positive integer, index of divided parts. +* `total` is a positive integer, total of divided part. + This command will divide all tests files into `total` equal parts, and will run only those that happen to be in an `index` part.