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): disable Vitest test isolation by default
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.
(cherry picked from commit 4d42a3e)
0 commit comments