Skip to content

Commit

Permalink
doc: shard not supported with watch mode
Browse files Browse the repository at this point in the history
PR-URL: #50640
Reviewed-By: Raz Luvaton <rluvaton@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
pulkit-30 authored and UlisesGascon committed Dec 19, 2023
1 parent b3d015d commit e14f661
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api/test.md
Expand Up @@ -1161,6 +1161,11 @@ changes:
of shards to split the test files to. This option is _required_.
* Returns: {TestsStream}

**Note:** `shard` is used to horizontally parallelize test running across
machines or processes, ideal for large-scale executions across varied
environments. It's incompatible with `watch` mode, tailored for rapid
code iteration by automatically rerunning tests on file changes.

```mjs
import { tap } from 'node:test/reporters';
import { run } from 'node:test';
Expand Down

0 comments on commit e14f661

Please sign in to comment.