()
| 96 | env: serverEnv, |
| 97 | }) |
| 98 | const killShell = async () => { |
| 99 | if (shell) { |
| 100 | await shell.kill() |
| 101 | shell = null |
| 102 | } |
| 103 | } |
| 104 | cleanupTasks.push(killShell) |
| 105 | |
| 106 | // wait for server to be ready |
no test coverage detected
searching dependent graphs…