Skip to content

Commit

Permalink
ci: re-enable WTR e2e test on Windows
Browse files Browse the repository at this point in the history
(cherry picked from commit f2f0ac4)
  • Loading branch information
dgp1130 authored and alan-agius4 committed Jan 5, 2024
1 parent 481da20 commit ecdad2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/legacy-cli/e2e/utils/web-test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ import { updateJsonFile } from './project';

/** Updates the `test` builder in the current workspace to use Web Test Runner with the given options. */
export async function applyWtrBuilder(): Promise<void> {
// Does not load Chrome binary correctly on Windows.
if (process.platform.startsWith('win')) {
return;
}

await silentNpm('install', '@web/test-runner', '--save-dev');

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

0 comments on commit ecdad2a

Please sign in to comment.