| 128 | |
| 129 | describe('NODE-6370: regression test', function () { |
| 130 | class MockSocket extends Socket { |
| 131 | override write(_data: string | Buffer) { |
| 132 | return false; |
| 133 | } |
| 134 | } |
| 135 | |
| 136 | let socket: MockSocket; |
| 137 | let connection: Connection; |
nothing calls this directly
no outgoing calls
no test coverage detected