({parentFixture, parentOptions, ...ipcInput})
| 56 | }; |
| 57 | |
| 58 | export const spawnParentProcess = ({parentFixture, parentOptions, ...ipcInput}) => execa(parentFixture, {...parentOptions, ipcInput}); |
| 59 | |
| 60 | // Some subprocess options cannot be serialized between processes. |
| 61 | // For those, we pass a fixture filename instead, which dynamically creates the options. |
no outgoing calls
no test coverage detected
searching dependent graphs…