()
| 1008 | await fastify.listen({ port: 0 }) |
| 1009 | |
| 1010 | const handler = () => {} |
| 1011 | // See https://github.com/fastify/light-my-request/pull/20 |
| 1012 | t.assert.throws(() => fastify.inject({ |
| 1013 | method: 'UNKNOWN_METHOD', |
no outgoing calls
no test coverage detected