From e934f8d972294f7f60e5bc0a464578e3d85eff62 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Tue, 29 Oct 2024 20:01:21 +0100 Subject: [PATCH] docs: changing -> editing (#6815) --- 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 a14ef23c02dd..1fc760dc40bc 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -970,7 +970,7 @@ Silent console output from tests Path to setup files. They will be run before each test file. :::info -Changing setup files will trigger rerun of all tests. +Editing a setup file will automatically trigger a rerun of all tests. ::: You can use `process.env.VITEST_POOL_ID` (integer-like string) inside to distinguish between threads.