Account for the change in context isolation with Electron 12

See for more information https://github.com/twolfson/karma-electron/issues/50
This commit is contained in:
Chris Mc
2021-03-27 10:02:46 -04:00
committed by GitHub
parent f4225a3ec1
commit d08ae8f506

View File

@@ -36,7 +36,8 @@ module.exports = function (config) {
nodeIntegration: true, nodeIntegration: true,
nodeIntegrationInSubFrames: true, nodeIntegrationInSubFrames: true,
allowRunningInsecureContent: true, allowRunningInsecureContent: true,
enableRemoteModule: true enableRemoteModule: true,
contextIsolation: false
} }
} }
} }