blob: 97a375dda323edb008ede0d7518d946ab3510e89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Astro + [Vitest](https://vitest.dev/) Example
```
npm create astro@latest -- --template with-vitest
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-vitest)
This example showcases Astro working with [Vitest](https://vitest.dev/).
|