Skip to content

Commit

Permalink
Account for the change in context isolation with Electron 12
Browse files Browse the repository at this point in the history
See for more information twolfson/karma-electron#50
  • Loading branch information
Boss930129 committed Mar 27, 2021
1 parent 8c92e6d commit 4b869e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = function (config) {
nodeIntegration: true,
nodeIntegrationInSubFrames: true,
allowRunningInsecureContent: true,
enableRemoteModule: true
enableRemoteModule: true,
contextIsolation: false
}
}
}
Expand Down

0 comments on commit 4b869e3

Please sign in to comment.