No successful run was found on main (6394393) during the generation of this report, so bc0a4d7 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
fix: Remove Vitest workaround for client-side Astro component rendering
Removes the temporary workaround that allowed Vitest tests to render Astro components in a "client" environment.
This is a breaking change that requires users testing Astro component rendering with the container API in Vitest to use an SSR test environment (e.g., `node`) instead of client environments like `happy-dom` or `jsdom`.
Fixes #14895