Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c923cfe

Browse filesBrowse files
vassudanaguntarichardlau
authored andcommitted
doc: fix links in test.md
Links explaining the various target file-related `run([options])` pointed to the wrong section. PR-URL: #58876 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
1 parent 88bf1ba commit c923cfe
Copy full SHA for c923cfe

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/test.md‎

Copy file name to clipboardExpand all lines: doc/api/test.md
+3-2Lines changed: 3 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1283,13 +1283,13 @@ changes:
12831283
If `false`, it would only run one test file at a time.
12841284
**Default:** `false`.
12851285
* `files`: {Array} An array containing the list of files to run.
1286-
**Default:** matching files from [test runner execution model][].
1286+
**Default:** Same as [running tests from the command line][].
12871287
* `forceExit`: {boolean} Configures the test runner to exit the process once
12881288
all known tests have finished executing even if the event loop would
12891289
otherwise remain active. **Default:** `false`.
12901290
* `globPatterns` {Array} An array containing the list of glob patterns to
12911291
match test files. This option cannot be used together with `files`.
1292-
**Default:** matching files from [test runner execution model][].
1292+
**Default:** Same as [running tests from the command line][].
12931293
* `inspectPort` {number|Function} Sets inspector port of test child process.
12941294
This can be a number, or a function that takes no arguments and returns a
12951295
number. If a nullish value is provided, each process gets its own port,
@@ -3840,6 +3840,7 @@ Can be used to abort test subtasks when the test has been aborted.
38403840
[code coverage]: #collecting-code-coverage
38413841
[describe options]: #describename-options-fn
38423842
[it options]: #testname-options-fn
3843+
[running tests from the command line]: #running-tests-from-the-command-line
38433844
[stream.compose]: stream.md#streamcomposestreams
38443845
[subtests]: #subtests
38453846
[suite options]: #suitename-options-fn

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.