()
| 344 | } |
| 345 | |
| 346 | closePool() { |
| 347 | this.#server.pool = this.#originalServerPool; |
| 348 | ALL_POOL_EVENTS.forEach(ev => this.pool.removeAllListeners(ev)); |
| 349 | this.pool.close(); |
| 350 | } |
| 351 | |
| 352 | async tearDown() { |
| 353 | if (this.pool) { |
no test coverage detected