ref/ support remote module in unit test

This commit is contained in:
Maxime GRIS
2020-11-14 21:22:35 +01:00
parent a7964be3ee
commit 04d9e8a429

View File

@@ -35,10 +35,11 @@ module.exports = function (config) {
webPreferences: {
nodeIntegration: true,
nodeIntegrationInSubFrames: true,
allowRunningInsecureContent: true
allowRunningInsecureContent: true,
enableRemoteModule: true
}
}
}
}
});
};
};