(req, server)
| 241 | kiloClient, |
| 242 | openConnection: async () => {}, |
| 243 | closeConnection: async () => {}, |
| 244 | setAborted: () => {}, |
| 245 | resetLifecycle: () => {}, |
| 246 | restartKiloRuntime: async () => { |
| 247 | restartCalls += 1; |
| 248 | }, |
| 249 | }); |
| 250 |
no test coverage detected