()
| 607 | describe('when response is not a stream', () => { |
| 608 | it('should call callback', async () => { |
| 609 | const handler = async () => ({ test: true }); |
| 610 | const fn = server.createRequestStreamMethod(handler, false); |
| 611 | const call = { |
| 612 | on: (event, callback) => { |
no outgoing calls
no test coverage detected