From 7e724fda1908f9f7c5eab94f0f6cbe3d467b7d25 Mon Sep 17 00:00:00 2001 From: Alex Schwartz Date: Fri, 21 Feb 2025 19:53:58 -0500 Subject: [PATCH] oops Signed-off-by: Alex Schwartz --- docs/src/test-api/class-fullconfig.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/test-api/class-fullconfig.md b/docs/src/test-api/class-fullconfig.md index 5af11cf24f..c52a7307bb 100644 --- a/docs/src/test-api/class-fullconfig.md +++ b/docs/src/test-api/class-fullconfig.md @@ -109,13 +109,13 @@ Base directory for all relative paths used in the reporters. - type: <[null]|[Object]> - `total` <[int]> The total number of shards. - `current` <[int]> The index of the shard to execute, one-based. - + +See [`property: TestConfig.shard`]. + ## property: FullConfig.skipAfterAnyFailure * since: v1.51 - type: <[boolean]> -See [`property: TestConfig.shard`]. - ## property: FullConfig.updateSnapshots * since: v1.10 - type: <[UpdateSnapshots]<"all"|"changed"|"missing"|"none">>