 |
add --list-tests flag to unit-test builder |
 |
add 'filter' option to unit-test builder |
 |
add browserViewport option for vitest browser tests |
 |
add advanced coverage options to unit-test builder |
 |
add reporter output file option for unit-test |
 |
allow options for unit test reporters |
 |
support .test.ts files by default in unit test builder |
 |
add --ui option for Vitest runner |
 |
add define option to dev-server |
 |
add temporary directory cleanup for Vitest executor |
 |
add upfront dependency validation for unit-test runners |
 |
add webcontainer support for Vitest browser provider |
 |
allow globals to be set to false |
 |
allow custom runner configuration file for unit-test |
 |
allow unit-test progress option passthrough for building |
 |
allow unit-test runner config with absolute path |
 |
configure Vitest cache to use Angular cache |
 |
correct Vitest builder watch mode execution |
 |
correct Vitest coverage include handling for virtual files |
 |
correct Vitest coverage reporting for test files |
 |
correctly handle absolute paths and casing in test discovery |
 |
direct check include file exists in unit-test discovery |
 |
disable glob directory expansion when finding tests |
 |
disable Vitest test isolation by default |
 |
drop support for TypeScript 5.8 |
 |
dynamically select Vitest DOM environment |
 |
enhance Vitest config merging and validation |
 |
enhance Vitest dependency externalization and pre-bundling |
 |
enhance Vitest resolution for optimal package loading |
 |
ensure ɵgetOrCreateAngularServerApp is always defined after errors |
 |
ensure TestBed cleanup hooks are always registered |
 |
ensure TestBed setup is robust in non-isolated Vitest |
 |
ensure Vitest setup files are executed in order |
 |
exclude .angular from coverage instrumentation |
 |
externalize Angular dependencies in Vitest runner |
 |
improve error handling in unit-test builder |
 |
introduce vitest-base.config for test configuration |
 |
normalize paths for Vitest runner output files |
 |
prioritize string type for runnerConfig schema |
 |
provide default excludes for vitest coverage |
 |
relax requirement for files to be in TS compilation |
 |
remove deprecated javascriptEnabled option for Less |
 |
remove explicit test isolation configuration |
 |
resolve browser provider packages using project resolver |
 |
resolve PostCSS plugins relative to config file |
 |
serve build assets and styles in vitest |
 |
set coverage report directory to coverage/project-name |
 |
show full aggregate errors from vitest |
 |
simplify SSL handling for ng serve with SSR (#31723) |
 |
support ESM PostCSS plugins |
 |
update vitest to 4.0.6 and remove coverage workaround |