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