diff --git a/docs/config/index.md b/docs/config/index.md index 33fe47ed1e42..9b8322239046 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -374,7 +374,7 @@ Glob pattern of file paths to be ignored from triggering watch rerun. - **Type**: `string[]` - **Default:** `['**/package.json/**', '**/vitest.config.*/**', '**/vite.config.*/**']` -Glob pattern of file paths that will trigger the whole suite rerun. This paired with the `--changed` argument will run the whole test suite if the trigger is found in the git diff. +Glob pattern of file paths that will trigger the whole suite rerun. When paired with the `--changed` argument will run the whole test suite if the trigger is found in the git diff. Useful if you are testing calling CLI commands, because Vite cannot construct a module graph: