Skip to content

Commit

Permalink
chore: update lock-file
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven committed Jan 9, 2023
1 parent 604cfef commit 4b16fb2
Show file tree
Hide file tree
Showing 3 changed files with 1,242 additions and 65 deletions.
2 changes: 1 addition & 1 deletion docs/config/index.md
Expand Up @@ -481,7 +481,7 @@ Silent console output from tests

- **Type:** `string | string[]`

Path to setup files. They will be run before each test file. They will be merged into [`forceRerunTriggers`](https://vitest.dev/config/#forcereruntriggers), all your tests will be rerun when setup files are changed.
Path to setup files. They will be run before each test file. And they will be merged into [`forceRerunTriggers`](https://vitest.dev/config/#forcereruntriggers), all your tests will be rerun when setup files are changed.

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`).

Expand Down

0 comments on commit 4b16fb2

Please sign in to comment.