Closed tadeork closed 5 years ago
Is there any lib or code to use as mock for the call .ipcRendered.send('node-function', data)?
.ipcRendered.send('node-function', data)
@tadeork you can use Observables to mock ipcRendered.send command. Check out this gist, I hope it helps.
ipcRendered.send
Is there any lib or code to use as mock for the call
.ipcRendered.send('node-function', data)
?