Skip to content

Commit f633068

Browse files
avivkellerlouwers
authored andcommitted
doc: add missing : to run()'s globPatterns
PR-URL: nodejs#55135 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 4fd5cdf commit f633068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ changes:
12771277
If `false`, it would only run one test file at a time.
12781278
**Default:** `false`.
12791279
* `files`: {Array} An array containing the list of files to run.
1280-
**Default** matching files from [test runner execution model][].
1280+
**Default:** matching files from [test runner execution model][].
12811281
* `forceExit`: {boolean} Configures the test runner to exit the process once
12821282
all known tests have finished executing even if the event loop would
12831283
otherwise remain active. **Default:** `false`.

0 commit comments

Comments
 (0)