Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update --listTests docs to reflect what it does
  • Loading branch information
Gerrit0 authored Mar 27, 2022
commit bd8294311d56325c62437103c38fd3dd00d2d7e7
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