()
| 103 | }, |
| 104 | "Should handle large messages without crashing": function (assert) { |
| 105 | const callback = function () {}; |
| 106 | const onData = TFramedTransport.receiver(callback); |
| 107 | |
| 108 | const largeChunkSize = 2 * 100 * 1024 * 1024; |
no outgoing calls
no test coverage detected