From 1087ac544802708238e33b6bcaaaa19e06bd6067 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 11 Oct 2024 17:16:53 +0100 Subject: [PATCH] chore: add why --- src/test/electron.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/electron.js b/src/test/electron.js index 78854d8ce..3d3093c8c 100644 --- a/src/test/electron.js +++ b/src/test/electron.js @@ -39,6 +39,7 @@ export default async (argv, execaOptions) => { await execa(findBinary('electron-mocha'), [ + // workaround for https://github.com/jprichardson/electron-mocha/issues/195 '--no-sandbox', ...files, ...watch,