Skip to content

Commit

Permalink
docs: Update --listTests docs to reflect what it does (#12612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 authored Apr 14, 2022
1 parent 045367a commit 1cce9a7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Run all tests affected by file changes in the last commit made. Behaves similarl

### `--listTests`

Lists all tests as JSON that Jest will run given the arguments, and exits. This can be used together with `--findRelatedTests` to know which tests Jest will run.
Lists all test files that Jest will run given the arguments, and exits.

### `--logHeapUsage`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.x/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Run all tests affected by file changes in the last commit made. Behaves similarl

### `--listTests`

Lists all tests as JSON that Jest will run given the arguments, and exits. This can be used together with `--findRelatedTests` to know which tests Jest will run.
Lists all test files that Jest will run given the arguments, and exits.

### `--logHeapUsage`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Run all tests affected by file changes in the last commit made. Behaves similarl

### `--listTests`

Lists all tests as JSON that Jest will run given the arguments, and exits. This can be used together with `--findRelatedTests` to know which tests Jest will run.
Lists all test files that Jest will run given the arguments, and exits.

### `--logHeapUsage`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.0/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Run all tests affected by file changes in the last commit made. Behaves similarl

### `--listTests`

Lists all tests as JSON that Jest will run given the arguments, and exits. This can be used together with `--findRelatedTests` to know which tests Jest will run.
Lists all test files that Jest will run given the arguments, and exits.

### `--logHeapUsage`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.1/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Run all tests affected by file changes in the last commit made. Behaves similarl

### `--listTests`

Lists all tests as JSON that Jest will run given the arguments, and exits. This can be used together with `--findRelatedTests` to know which tests Jest will run.
Lists all test files that Jest will run given the arguments, and exits.

### `--logHeapUsage`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.2/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Run all tests affected by file changes in the last commit made. Behaves similarl

### `--listTests`

Lists all tests as JSON that Jest will run given the arguments, and exits. This can be used together with `--findRelatedTests` to know which tests Jest will run.
Lists all test files that Jest will run given the arguments, and exits.

### `--logHeapUsage`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.4/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Run all tests affected by file changes in the last commit made. Behaves similarl

### `--listTests`

Lists all tests as JSON that Jest will run given the arguments, and exits. This can be used together with `--findRelatedTests` to know which tests Jest will run.
Lists all test files that Jest will run given the arguments, and exits.

### `--logHeapUsage`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.5/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Run all tests affected by file changes in the last commit made. Behaves similarl

### `--listTests`

Lists all tests as JSON that Jest will run given the arguments, and exits. This can be used together with `--findRelatedTests` to know which tests Jest will run.
Lists all test files that Jest will run given the arguments, and exits.

### `--logHeapUsage`

Expand Down

0 comments on commit 1cce9a7

Please sign in to comment.