Merge pull request #475 from dorianboulch/patch-1

fix/ Karma configuration to debug easily
This commit is contained in:
Maxime GRIS
2020-05-02 13:25:17 +02:00
committed by GitHub

View File

@@ -30,16 +30,17 @@ module.exports = function (config) {
customLaunchers: {
AngularElectron: {
base: 'Electron',
flags: [
'--remote-debugging-port=9222'
],
browserWindowOptions: {
webPreferences: {
nodeIntegration: true,
nodeIntegrationInSubFrames: true,
allowRunningInsecureContent: true
}
}
}
},
client: {
useIframe: false
}
});
};