Commit c231d1a
committed
refactor(@angular/build): remove deprecated browser-level isolate option
This commit removes the deprecated `isolate` option from the browser-level configuration for the Vitest runner.
The `browser.isolate` option has been deprecated in Vitest. Test isolation should now be controlled at the test level, which is already the default behavior. This change aligns the builder with the latest Vitest practices and removes a deprecated setting.
(cherry picked from commit 6f2d4a9)1 parent 1c3f562 commit c231d1a
File tree
1 file changed
+0
-1
lines changed- packages/angular/build/src/builders/unit-test/runners/vitest
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| |||
0 commit comments