From 4aab95966b36a24675c7d3b906bd5a577ed41c88 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 20 Jul 2020 10:57:10 +0200 Subject: [PATCH] unit tests - run them in same environment as our main code --- test/unit/electron/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/unit/electron/index.js b/test/unit/electron/index.js index e555619012d..9d8113f7566 100644 --- a/test/unit/electron/index.js +++ b/test/unit/electron/index.js @@ -117,9 +117,7 @@ app.on('ready', () => { enableWebSQL: false, enableRemoteModule: false, nativeWindowOpen: true, - webSecurity: false, - webviewTag: true, - backgroundThrottling: false + webviewTag: true } });