Skip to content

Commit

Permalink
Add documentation for --watchAll=false option (#10396)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldvogel committed Aug 12, 2020
1 parent dd0a233 commit 80985ed
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CLI.md
Expand Up @@ -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`.
2 changes: 2 additions & 0 deletions website/versioned_docs/version-22.x/CLI.md
Expand Up @@ -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`.
2 changes: 2 additions & 0 deletions website/versioned_docs/version-23.x/CLI.md
Expand Up @@ -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`.
2 changes: 2 additions & 0 deletions website/versioned_docs/version-24.x/CLI.md
Expand Up @@ -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`.
2 changes: 2 additions & 0 deletions website/versioned_docs/version-25.x/CLI.md
Expand Up @@ -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`.
2 changes: 2 additions & 0 deletions website/versioned_docs/version-26.0/CLI.md
Expand Up @@ -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`.
2 changes: 2 additions & 0 deletions website/versioned_docs/version-26.2/CLI.md
Expand Up @@ -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`.

0 comments on commit 80985ed

Please sign in to comment.