Skip to content

Commit 586c0bc

Browse files
committed
doc(test_runner): shards not supported with watch mode
1 parent 2a1bd66 commit 586c0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ changes:
11351135
If unspecified, subtests inherit this value from their parent.
11361136
**Default:** `Infinity`.
11371137
* `watch` {boolean} Whether to run in watch mode or not. **Default:** `false`.
1138-
* `shard` {Object} Running tests in a specific shard. **Default:** `undefined`.
1138+
* `shard` {Object} Running tests in a specific shard. It's not supported with watch mode. **Default:** `undefined`.
11391139
* `index` {number} is a positive integer between 1 and `<total>`
11401140
that specifies the index of the shard to run. This option is _required_.
11411141
* `total` {number} is a positive integer that specifies the total number

0 commit comments

Comments
 (0)