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 9377861 commit f6981b8Copy full SHA for f6981b8
packages/ace-axe-runner-electron/src/cli.js
@@ -21,7 +21,7 @@ const protocol = electron.protocol;
21
// --in-process-gpu ?
22
// app.commandLine.appendSwitch("in-process-gpu");
23
// ------------------------------------ see patchElectronJestRunner4
24
-// app.commandLine.appendSwitch("disable-gpu");
+app.commandLine.appendSwitch("disable-gpu");
25
// app.disableHardwareAcceleration();
26
// app.commandLine.appendSwitch("disable-software-rasterizer");
27
0 commit comments