Skip to content

Commit 388c754

Browse files
Aviv Kellermarco-ippolito
Aviv Keller
authored andcommitted
doc: add missing : to run()'s globPatterns
PR-URL: #55135 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 7310abe commit 388c754

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
@@ -1173,7 +1173,7 @@ changes:
11731173
If `false`, it would only run one test file at a time.
11741174
**Default:** `false`.
11751175
* `files`: {Array} An array containing the list of files to run.
1176-
**Default** matching files from [test runner execution model][].
1176+
**Default:** matching files from [test runner execution model][].
11771177
* `forceExit`: {boolean} Configures the test runner to exit the process once
11781178
all known tests have finished executing even if the event loop would
11791179
otherwise remain active. **Default:** `false`.

0 commit comments

Comments
 (0)