Skip to content

fix(@angular/build): use date/time based output path for vitest unit-test #30483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clydin
Copy link
Member

@clydin clydin commented Jun 6, 2025

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.

…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.
@clydin clydin added the target: minor This PR is targeted for the next minor release label Jun 6, 2025
@clydin clydin requested a review from alan-agius4 June 6, 2025 17:47
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: review The PR is still awaiting reviews from at least one requested reviewer area: @angular/build target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant