From bd8294311d56325c62437103c38fd3dd00d2d7e7 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 27 Mar 2022 08:34:45 -0600 Subject: [PATCH 1/2] Update --listTests docs to reflect what it does --- website/versioned_docs/version-27.5/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-27.5/CLI.md b/website/versioned_docs/version-27.5/CLI.md index 0b69d0785eda..4e4602e4d99f 100644 --- a/website/versioned_docs/version-27.5/CLI.md +++ b/website/versioned_docs/version-27.5/CLI.md @@ -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` From 08387f8a0c10f0d5def4908f5d1c4a90ec1cade4 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sat, 9 Apr 2022 12:05:00 -0600 Subject: [PATCH 2/2] Update other versioned CLI.md docs --- docs/CLI.md | 2 +- website/versioned_docs/version-25.x/CLI.md | 2 +- website/versioned_docs/version-26.x/CLI.md | 2 +- website/versioned_docs/version-27.0/CLI.md | 2 +- website/versioned_docs/version-27.1/CLI.md | 2 +- website/versioned_docs/version-27.2/CLI.md | 2 +- website/versioned_docs/version-27.4/CLI.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/CLI.md b/docs/CLI.md index 7263a4676883..3bfc5f0db7b8 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -258,7 +258,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` diff --git a/website/versioned_docs/version-25.x/CLI.md b/website/versioned_docs/version-25.x/CLI.md index 26b677e6dfca..458c41a5a502 100644 --- a/website/versioned_docs/version-25.x/CLI.md +++ b/website/versioned_docs/version-25.x/CLI.md @@ -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` diff --git a/website/versioned_docs/version-26.x/CLI.md b/website/versioned_docs/version-26.x/CLI.md index bb0730a2a966..616edf089126 100644 --- a/website/versioned_docs/version-26.x/CLI.md +++ b/website/versioned_docs/version-26.x/CLI.md @@ -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` diff --git a/website/versioned_docs/version-27.0/CLI.md b/website/versioned_docs/version-27.0/CLI.md index 05952b17e30d..74e9d12c8d15 100644 --- a/website/versioned_docs/version-27.0/CLI.md +++ b/website/versioned_docs/version-27.0/CLI.md @@ -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` diff --git a/website/versioned_docs/version-27.1/CLI.md b/website/versioned_docs/version-27.1/CLI.md index 05952b17e30d..74e9d12c8d15 100644 --- a/website/versioned_docs/version-27.1/CLI.md +++ b/website/versioned_docs/version-27.1/CLI.md @@ -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` diff --git a/website/versioned_docs/version-27.2/CLI.md b/website/versioned_docs/version-27.2/CLI.md index 251741cddd3f..05d4bf724b88 100644 --- a/website/versioned_docs/version-27.2/CLI.md +++ b/website/versioned_docs/version-27.2/CLI.md @@ -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` diff --git a/website/versioned_docs/version-27.4/CLI.md b/website/versioned_docs/version-27.4/CLI.md index 0b69d0785eda..4e4602e4d99f 100644 --- a/website/versioned_docs/version-27.4/CLI.md +++ b/website/versioned_docs/version-27.4/CLI.md @@ -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`