Skip to content

Commit ecdad2a

Browse files
dgp1130alan-agius4
authored andcommitted
ci: re-enable WTR e2e test on Windows
(cherry picked from commit f2f0ac4)
1 parent 481da20 commit ecdad2a

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)