()
| 88 | } |
| 89 | |
| 90 | export async function teardown() { |
| 91 | // Forcefully kill the serverless process as it spawns child processes |
| 92 | treeKill(serverlessProcess.pid, "SIGKILL") |
| 93 | try { |
| 94 | await serverlessProcess |
| 95 | } catch { |
| 96 | // |
| 97 | } |
| 98 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…