docs: update minimum Vite version

This commit is contained in:
Vladimir Sheremet 2022-10-19 11:07:05 +02:00
parent 802c67b639
commit ce5eeec78f
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ A blazing fast unit test framework powered by Vite.
- Out-of-box TypeScript / JSX support
- Filtering, timeouts, concurrent for suite and tests
> Vitest requires Vite >=v2.7.10 and Node >=v14
> Vitest requires Vite >=v3.0.0 and Node >=v14
```ts

View File

@ -30,7 +30,7 @@ pnpm add -D vitest
```
:::tip
Vitest requires Vite >=v2.7.10 and Node >=v14
Vitest requires Vite >=v3.0.0 and Node >=v14
:::
## Configuring Vitest