Skip to content

Commit

Permalink
doc(test_runner): shards not supported with watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkit-30 committed Nov 9, 2023
1 parent 2a1bd66 commit 586c0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ changes:
If unspecified, subtests inherit this value from their parent.
**Default:** `Infinity`.
* `watch` {boolean} Whether to run in watch mode or not. **Default:** `false`.
* `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`.
* `index` {number} is a positive integer between 1 and `<total>`
that specifies the index of the shard to run. This option is _required_.
* `total` {number} is a positive integer that specifies the total number
Expand Down

0 comments on commit 586c0bc

Please sign in to comment.