Skip to content

Commit

Permalink
ci: re-enable WTR e2e test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 committed Jan 4, 2024
1 parent 7bf4dd6 commit f2f0ac4
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 f2f0ac4

Please sign in to comment.