Skip to content

Commit

Permalink
test: remove "nativeWindowOpen: false" from renderer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Dec 1, 2021
1 parent 90d9d15 commit 5d1439c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/static/main.js
Expand Up @@ -109,8 +109,7 @@ app.whenReady().then(async function () {
backgroundThrottling: false,
nodeIntegration: true,
webviewTag: true,
contextIsolation: false,
nativeWindowOpen: false
contextIsolation: false
}
});
window.loadFile('static/index.html', {
Expand Down

0 comments on commit 5d1439c

Please sign in to comment.