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">>