Merge pull request #625 from nguyendon/dbn/fix-typo

Fix typo & some spacing
This commit is contained in:
Maxime GRIS
2021-07-17 10:51:38 +02:00
committed by GitHub

View File

@@ -24,8 +24,8 @@ function createWindow(): BrowserWindow {
webPreferences: {
nodeIntegration: true,
allowRunningInsecureContent: (serve) ? true : false,
contextIsolation: false, // false if you want to run 2e2 test with Spectron
enableRemoteModule : true // true if you want to run 2e2 test with Spectron or use remote module in renderer context (ie. Angular)
contextIsolation: false, // false if you want to run e2e test with Spectron
enableRemoteModule : true // true if you want to run e2e test with Spectron or use remote module in renderer context (ie. Angular)
},
});