Skip to content

Commit 12c9d97

Browse files
Aviv Kellertargos
Aviv Keller
authored andcommitted
doc: add missing : to run()'s globPatterns
PR-URL: #55135 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent b7b1fa6 commit 12c9d97

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)