0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/examples/container-with-vitest
Houston (Bot) 7d660c2918 [ci] release (#11409)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-18 09:29:02 +01:00
..
.codesandbox feat: container APIs (#11051) 2024-05-22 12:11:26 +01:00
public feat: container APIs (#11051) 2024-05-22 12:11:26 +01:00
src revert change that is not needed 2024-06-26 14:12:13 +01:00
test [ci] format 2024-06-13 13:05:54 +00:00
.gitignore feat: container APIs (#11051) 2024-05-22 12:11:26 +01:00
astro.config.ts feat: container APIs (#11051) 2024-05-22 12:11:26 +01:00
package.json [ci] release (#11409) 2024-07-18 09:29:02 +01:00
README.md feat: container APIs (#11051) 2024-05-22 12:11:26 +01:00
tsconfig.json feat: container APIs (#11051) 2024-05-22 12:11:26 +01:00
vitest.config.ts feat: container APIs (#11051) 2024-05-22 12:11:26 +01:00

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.