()
| 90 | test('Get validatorCompiler after setValidatorCompiler', (t, testDone) => { |
| 91 | t.plan(2) |
| 92 | const myCompiler = () => { } |
| 93 | const fastify = Fastify() |
| 94 | fastify.setValidatorCompiler(myCompiler) |
| 95 | const sc = fastify.validatorCompiler |
nothing calls this directly
no outgoing calls
no test coverage detected