mirror of https://github.com/nodejs/node.git
doc: add missing `:` to `run()`'s `globPatterns`
PR-URL: https://github.com/nodejs/node/pull/55135 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
84966703e0
commit
ae82b455d1
|
@ -1277,7 +1277,7 @@ changes:
|
|||
If `false`, it would only run one test file at a time.
|
||||
**Default:** `false`.
|
||||
* `files`: {Array} An array containing the list of files to run.
|
||||
**Default** matching files from [test runner execution model][].
|
||||
**Default:** matching files from [test runner execution model][].
|
||||
* `forceExit`: {boolean} Configures the test runner to exit the process once
|
||||
all known tests have finished executing even if the event loop would
|
||||
otherwise remain active. **Default:** `false`.
|
||||
|
|
Loading…
Reference in New Issue