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): use date/time based output path for vitest unit-test
The output directory name for the unit-test code when using the
experimental `unit-test` builder with the `vitest` runner will now use
a value based on the date and time of test execution instead of only
a random UUID. This value improves the discoverability of a test execution
when multiple have been performed.
0 commit comments