Skip to content

Commit d08ae8f

Browse files
Account for the change in context isolation with Electron 12
See for more information twolfson/karma-electron#50
1 parent f4225a3 commit d08ae8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/karma.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ module.exports = function (config) {
3636
nodeIntegration: true,
3737
nodeIntegrationInSubFrames: true,
3838
allowRunningInsecureContent: true,
39-
enableRemoteModule: true
39+
enableRemoteModule: true,
40+
contextIsolation: false
4041
}
4142
}
4243
}

0 commit comments

Comments
 (0)