diff --git a/docs/config/index.md b/docs/config/index.md index 9388901f5a5f..96cbad006588 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -492,7 +492,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 user's tests. +Changing setup files will trigger rerun of all tests. ::: You can use `process.env.VITEST_POOL_ID` (integer-like string) inside to distinguish between threads (will always be `'1'`, if run with `threads: false`).