Skip to content

Commit f2f0ac4

Browse files
committed
ci: re-enable WTR e2e test on Windows
1 parent 7bf4dd6 commit f2f0ac4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/legacy-cli/e2e/utils/web-test-runner.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ import { updateJsonFile } from './project';
33

44
/** Updates the `test` builder in the current workspace to use Web Test Runner with the given options. */
55
export async function applyWtrBuilder(): Promise<void> {
6-
// Does not load Chrome binary correctly on Windows.
7-
if (process.platform.startsWith('win')) {
8-
return;
9-
}
10-
116
await silentNpm('install', '@web/test-runner', '--save-dev');
127

138
await updateJsonFile('angular.json', (json) => {

0 commit comments

Comments
 (0)