Skip to content

Conversation

@clydin
Copy link
Member

@clydin clydin commented Nov 15, 2025

Disables test isolation in Vitest by setting isolate: false in the default Vitest configuration. This change aligns the default test isolation behavior with the existing Karma/Jasmine experience, promoting standardization across testing frameworks within the Angular CLI.

This also provides significant performance improvements, especially in browser mode, by reducing the overhead associated with test isolation. All known issues related to disabling isolation have been addressed.

Disables test isolation in Vitest by setting `isolate: false` in the default
Vitest configuration. This change aligns the default test isolation behavior
with the existing Karma/Jasmine experience, promoting standardization across
testing frameworks within the Angular CLI.

This also provides significant performance improvements, especially in browser
mode, by reducing the overhead associated with test isolation. All known issues
related to disabling isolation have been addressed.
@clydin clydin added target: rc This PR is targeted for the next release-candidate action: review The PR is still awaiting reviews from at least one requested reviewer labels Nov 15, 2025
@clydin clydin added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Nov 15, 2025
@clydin clydin merged commit 4d42a3e into angular:main Nov 15, 2025
35 checks passed
@clydin
Copy link
Member Author

clydin commented Nov 15, 2025

This PR was merged into the repository. The changes were merged into the following branches:

@clydin clydin deleted the unit-test/disable-isolation-default branch November 15, 2025 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: @angular/build target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants