blob: 8b831d88c011869d1d29325192aa3289661764cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Astro + [Vitest](https://vitest.dev/) Example
```sh
npm create astro@latest -- --template with-vitest
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-vitest)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-vitest)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/with-vitest/devcontainer.json)
This example showcases Astro working with [Vitest](https://vitest.dev/).
|