···139139 throw new Error(`Don't pass down "viteConfig" with "test" property. Use the rest of the first argument.`)
140140 }
141141142142+ // Don't let unrelated package.json / config edits made by other tests running
143143+ // in parallel force-rerun this test's watcher. Applied as a default here so a
144144+ // fixture config or an explicit `forceRerunTriggers` still takes precedence.
145145+ rest.forceRerunTriggers ??= []
146146+142147 ;(viteConfig as any).test = rest
143148144149 try {