Skip to content

Commit 6f2d4a9

Browse files
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.
1 parent d74626f commit 6f2d4a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/angular/build/src/builders/unit-test/runners/vitest/browser-provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export async function setupBrowserConfiguration(
117117
provider,
118118
headless,
119119
ui: !headless,
120-
isolate: debug,
121120
viewport,
122121
instances: browsers.map((browserName) => ({
123122
browser: normalizeBrowserName(browserName),

0 commit comments

Comments
 (0)