10 lines
338 B
Markdown
10 lines
338 B
Markdown
|
# Astro + [Vitest](https://vitest.dev/) Example
|
||
|
|
||
|
```
|
||
|
npm init astro -- --template with-vitest
|
||
|
```
|
||
|
|
||
|
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-vitest)
|
||
|
|
||
|
This example showcases Astro working with [Vitest](https://vitest.dev/).
|