We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481da20 commit ecdad2aCopy full SHA for ecdad2a
tests/legacy-cli/e2e/utils/web-test-runner.ts
@@ -3,11 +3,6 @@ import { updateJsonFile } from './project';
3
4
/** Updates the `test` builder in the current workspace to use Web Test Runner with the given options. */
5
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
-
11
await silentNpm('install', '@web/test-runner', '--save-dev');
12
13
await updateJsonFile('angular.json', (json) => {
0 commit comments