0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
astro/examples/container-with-vitest
Emanuele Stoppa a6df7e877f [ci] format
2024-06-13 13:05:54 +00:00
..
.codesandbox
public
src
test [ci] format 2024-06-13 13:05:54 +00:00
.gitignore
astro.config.ts
package.json [ci] release (#11225) 2024-06-11 13:15:27 +01:00
README.md
tsconfig.json
vitest.config.ts

Astro + Vitest + Container API Example

npm create astro@latest -- --template container-with-vitest

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

This example showcases Astro working with Vitest and how to test components using the Container API.