Feature release adding support for Vitest and improving cross-platform compatibility.
- Added support for Vitest as an alternative to Jest for unit and integration testing.
- New --test-framework <tf> flag to choose between jest, vitest, or none during project scaffolding.
- Refined Jest test scripts to ensure seamless execution on Windows without additional tools.
- Conditional test generation: tests are only scaffolded if a testing framework is selected.
- Updated boilerplate templates to include explicit Vitest imports for better IDE support.
Notes
- Vitest is now the recommended testing framework for performance-critical projects.
- Select 'None' if you prefer to set up your own testing stack manually.