mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
11 lines
699 B
Markdown
11 lines
699 B
Markdown
# 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/).
|