(request, reply)
| 172 | method: ['POST', 'DELETE'], |
| 173 | url: '/', |
| 174 | handler (request, reply) { |
| 175 | reply.send(request.body) |
| 176 | } |
| 177 | }) |
| 178 | |
| 179 | const fastifyServer = await fastify.listen({ port: 0 }) |
nothing calls this directly
no test coverage detected
searching dependent graphs…