v0.6.3
New
- JUnit XML Support - All test frameworks (vitest, jest, mocha, pytest) now output JUnit XML format for consistent parsing
Internal
- Test folder structure reorganized to match
src/layout - Removed test mock patterns from production code, using
vi.mock()instead