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 000312d commit 48731d8Copy full SHA for 48731d8
packages/compass-e2e-tests/helpers/compass.ts
@@ -617,6 +617,10 @@ async function startCompassElectron(
617
'--log-level=0'
618
);
619
620
+ // chromeArgs.push(
621
+ // '--host-rules=MAP * 127.0.0.1',
622
+ // );
623
+
624
if (opts.extraSpawnArgs) {
625
chromeArgs.push(...opts.extraSpawnArgs);
626
}
0 commit comments