From 273a7c8735c49fb44673910d9f77eb39bce08b18 Mon Sep 17 00:00:00 2001 From: Elliot Westlake <17042376+elliotwestlake@users.noreply.github.com> Date: Tue, 5 Jul 2022 08:55:35 +0100 Subject: [PATCH] Wording --- docs/config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: