0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/examples/container-with-vitest
Houston (Bot) c929e5d8c8
[ci] release (beta) (#12170)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-15 19:48:59 +02:00
..
.codesandbox
public
src [ci] format 2024-05-22 11:12:30 +00:00
test [ci] format 2024-06-13 13:05:54 +00:00
.gitignore
astro.config.ts
package.json [ci] release (beta) (#12170) 2024-10-15 19:48:59 +02:00
README.md
tsconfig.json feat(next): reference astro/client from astro/config (#11925) 2024-09-11 14:40:15 +02:00
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.