* Register a handler that will be called when the server is closed.
(fn: () => Awaitable<void>)
| 1610 | * Register a handler that will be called when the server is closed. |
| 1611 | */ |
| 1612 | onClose(fn: () => Awaitable<void>): void { |
| 1613 | this._onClose.push(fn) |
| 1614 | } |
| 1615 | |
| 1616 | /** |
| 1617 | * Register a handler that will be called when the tests are rerunning. |
no outgoing calls
no test coverage detected