···66# forceRerunTriggers <CRoot />
7788- **Type:** `string[]`
99-- **Default:** `['**/package.json/**', '**/vitest.config.*/**', '**/vite.config.*/**']`
99+- **Default:** `['**/package.json', '**/vitest.config.*', '**/vite.config.*']`
10101111Glob 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.
1212