Skip to content

Commit

Permalink
chore: add version of deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 18, 2024
1 parent 9ea7074 commit 9dcf45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ These options are passed down to `setup` method of current [`environment`](#envi
- **Default:** `[]`

::: warning
This API is deprecated. Use [workspace](/guide/workspace) to define different configurations instead.
This API was deprecated in Vitest 2.2. Use [workspace](/guide/workspace) to define different configurations instead.

```ts
export default defineConfig({
Expand Down Expand Up @@ -545,7 +545,7 @@ export default defineConfig({
- **Default:** `[]`

::: warning
This API is deprecated. Use [workspace](/guide/workspace) to define different configurations instead:
This API was deprecated in Vitest 2.2. Use [workspace](/guide/workspace) to define different configurations instead:

```ts
export default defineConfig({
Expand Down

0 comments on commit 9dcf45e

Please sign in to comment.