You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/build): improve default coverage reporter handling for vitest
When using the experimental `unit-test` builder with the `vitest` runner,
the default handling for the coverage reporter option has been improved
to avoid a potential upstream failure within Vitest. Vitest can crash
if an explicit `undefined` value is present for the `coverage.reporter`
option.
0 commit comments