mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 22:50:49 -06:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
var ipc = require("electron").ipcRenderer
|
|
|
|
process.once("loaded", function(){
|
|
global.ipc = ipc
|
|
}) |