Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/pink-paths-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'vitest-browser-astro': minor
---

Initial release of vitest-browser-astro

This package provides a Vitest browser mode renderer for Astro components, allowing you to test Astro components in a browser environment using Vitest's browser mode.

Features:
- Render Astro components in browser tests
- Support for React components within Astro
- Full access to browser APIs during testing
- Plugin integration for Vitest configuration