0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples/container-with-vitest
renovate[bot] 6fc29e3c24
fix(deps): update all non-major dependencies (#12410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-11-27 16:20:16 +08: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 [ci] format 2024-05-22 11:12:30 +00: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 fix(deps): update all non-major dependencies (#12410) 2024-11-27 16:20:16 +08: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.