test: remove 'remote' usage from process tests (#20418)
This commit is contained in:
parent
ccff140046
commit
87bd0501c4
2 changed files with 5 additions and 3 deletions
|
@ -42,6 +42,8 @@ ipcMain.on('message', function (event, ...args) {
|
|||
event.sender.send('message', ...args)
|
||||
})
|
||||
|
||||
ipcMain.handle('get-temp-dir', () => app.getPath('temp'))
|
||||
|
||||
// Set productName so getUploadedReports() uses the right directory in specs
|
||||
if (process.platform !== 'darwin') {
|
||||
crashReporter.productName = 'Zombies'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue