diff --git a/docs/CLI.md b/docs/CLI.md index dd9c00c56006..cb0c9c1b070e 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -339,6 +339,8 @@ Watch files for changes and rerun tests related to changed files. If you want to Watch files for changes and rerun all tests when something changes. If you want to re-run only the tests that depend on the changed files, use the `--watch` option. +Use `--watchAll=false` to explicitly disable the watch mode. Note that in most CI environments, this is automatically handled for you. + ### `--watchman` Whether to use watchman for file crawling. Defaults to true. Disable using `--no-watchman`. diff --git a/website/versioned_docs/version-22.x/CLI.md b/website/versioned_docs/version-22.x/CLI.md index fb8994023a37..68e9002a3bfd 100644 --- a/website/versioned_docs/version-22.x/CLI.md +++ b/website/versioned_docs/version-22.x/CLI.md @@ -277,6 +277,8 @@ Watch files for changes and rerun tests related to changed files. If you want to Watch files for changes and rerun all tests when something changes. If you want to re-run only the tests that depend on the changed files, use the `--watch` option. +Use `--watchAll=false` to explicitly disable the watch mode. Note that in most CI environments, this is automatically handled for you. + ### `--watchman` Whether to use watchman for file crawling. Defaults to true. Disable using `--no-watchman`. diff --git a/website/versioned_docs/version-23.x/CLI.md b/website/versioned_docs/version-23.x/CLI.md index b17d28bb2c88..27a13f3ac29d 100644 --- a/website/versioned_docs/version-23.x/CLI.md +++ b/website/versioned_docs/version-23.x/CLI.md @@ -297,6 +297,8 @@ Watch files for changes and rerun tests related to changed files. If you want to Watch files for changes and rerun all tests when something changes. If you want to re-run only the tests that depend on the changed files, use the `--watch` option. +Use `--watchAll=false` to explicitly disable the watch mode. Note that in most CI environments, this is automatically handled for you. + ### `--watchman` Whether to use watchman for file crawling. Defaults to true. Disable using `--no-watchman`. diff --git a/website/versioned_docs/version-24.x/CLI.md b/website/versioned_docs/version-24.x/CLI.md index c88177adbfb9..75f01db4b418 100644 --- a/website/versioned_docs/version-24.x/CLI.md +++ b/website/versioned_docs/version-24.x/CLI.md @@ -330,6 +330,8 @@ Watch files for changes and rerun tests related to changed files. If you want to Watch files for changes and rerun all tests when something changes. If you want to re-run only the tests that depend on the changed files, use the `--watch` option. +Use `--watchAll=false` to explicitly disable the watch mode. Note that in most CI environments, this is automatically handled for you. + ### `--watchman` Whether to use watchman for file crawling. Defaults to true. Disable using `--no-watchman`. diff --git a/website/versioned_docs/version-25.x/CLI.md b/website/versioned_docs/version-25.x/CLI.md index 2baea0f21bdb..9de8cdaca03b 100644 --- a/website/versioned_docs/version-25.x/CLI.md +++ b/website/versioned_docs/version-25.x/CLI.md @@ -340,6 +340,8 @@ Watch files for changes and rerun tests related to changed files. If you want to Watch files for changes and rerun all tests when something changes. If you want to re-run only the tests that depend on the changed files, use the `--watch` option. +Use `--watchAll=false` to explicitly disable the watch mode. Note that in most CI environments, this is automatically handled for you. + ### `--watchman` Whether to use watchman for file crawling. Defaults to true. Disable using `--no-watchman`. diff --git a/website/versioned_docs/version-26.0/CLI.md b/website/versioned_docs/version-26.0/CLI.md index 91ad9349e8ec..ffeaf9b9317e 100644 --- a/website/versioned_docs/version-26.0/CLI.md +++ b/website/versioned_docs/version-26.0/CLI.md @@ -336,6 +336,8 @@ Watch files for changes and rerun tests related to changed files. If you want to Watch files for changes and rerun all tests when something changes. If you want to re-run only the tests that depend on the changed files, use the `--watch` option. +Use `--watchAll=false` to explicitly disable the watch mode. Note that in most CI environments, this is automatically handled for you. + ### `--watchman` Whether to use watchman for file crawling. Defaults to true. Disable using `--no-watchman`. diff --git a/website/versioned_docs/version-26.2/CLI.md b/website/versioned_docs/version-26.2/CLI.md index ed5c74e63e93..fa73459ec2f9 100644 --- a/website/versioned_docs/version-26.2/CLI.md +++ b/website/versioned_docs/version-26.2/CLI.md @@ -340,6 +340,8 @@ Watch files for changes and rerun tests related to changed files. If you want to Watch files for changes and rerun all tests when something changes. If you want to re-run only the tests that depend on the changed files, use the `--watch` option. +Use `--watchAll=false` to explicitly disable the watch mode. Note that in most CI environments, this is automatically handled for you. + ### `--watchman` Whether to use watchman for file crawling. Defaults to true. Disable using `--no-watchman`.