We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1bd66 commit 586c0bcCopy full SHA for 586c0bc
doc/api/test.md
@@ -1135,7 +1135,7 @@ changes:
1135
If unspecified, subtests inherit this value from their parent.
1136
**Default:** `Infinity`.
1137
* `watch` {boolean} Whether to run in watch mode or not. **Default:** `false`.
1138
- * `shard` {Object} Running tests in a specific shard. **Default:** `undefined`.
+ * `shard` {Object} Running tests in a specific shard. It's not supported with watch mode. **Default:** `undefined`.
1139
* `index` {number} is a positive integer between 1 and `<total>`
1140
that specifies the index of the shard to run. This option is _required_.
1141
* `total` {number} is a positive integer that specifies the total number
0 commit comments