Skip to content

Commit

Permalink
doc: add notice to execArgv
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev authored Sep 30, 2024
1 parent 6c6562c commit b869bf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,11 @@ 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.

**Note:** A number of Node's CLI flags will not function properly when used
with `execArgv`, and users should avoid using it unless they have a deep
understanding of its implications. In general, bug reports regarding this
behavior will not be investigated.

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

0 comments on commit b869bf9

Please sign in to comment.