()
| 88 | } |
| 89 | |
| 90 | async function stopOpenlist() { |
| 91 | await stopSidecarGracefully({ |
| 92 | binary: 'binaries/openlist', |
| 93 | name: 'openlist', |
| 94 | }) |
| 95 | openlistInfo.process.child = undefined as unknown as Child |
| 96 | } |
| 97 | |
| 98 | async function restartOpenlist() { |
| 99 | await restartSidecar(stopOpenlist, startOpenlist) |
no test coverage detected