* Start the server before any test runs, reset between tests, and * stop after the suite. Call this exactly once per file in module * scope (outside `describe`).
()
| 20 | * scope (outside `describe`). |
| 21 | */ |
| 22 | installLifecycle(): void; |
| 23 | |
| 24 | /** |
| 25 | * Stack one-off handlers on top of the defaults for the current |
no outgoing calls
no test coverage detected