fastify / fastify-response-validation

A simple plugin that enables response validation for Fastify.
MIT License
51 stars 14 forks source link

feat: allow optional response status code validation #98

Closed sceccotti89 closed 1 year ago

sceccotti89 commented 1 year ago

Checklist

mcollina commented 1 year ago

Can you please fix the linting?

sceccotti89 commented 1 year ago

@mcollina Fixed.

mcollina commented 1 year ago

Can you please add a test for the type https://github.com/fastify/fastify-response-validation/blob/master/types/index.test-d.ts?

sceccotti89 commented 1 year ago

@mcollina Thanks for the feedback. Test added.

sceccotti89 commented 1 year ago

My last forced push commit was to solve the linting issue. It should all be fine now.

sceccotti89 commented 1 year ago

@Uzlopak PR updated.

sceccotti89 commented 1 year ago

Hi guys. Any chance this can get merged soon?