(data)
| 165 | t.plan(1) |
| 166 | |
| 167 | function customSerializer (data) { |
| 168 | return JSON.stringify(data) |
| 169 | } |
| 170 | |
| 171 | try { |
| 172 | fastify.get('/custom-serializer', numberSchema, function (req, reply) { |
nothing calls this directly
no outgoing calls
no test coverage detected