Closed serdnam closed 1 year ago
This pull request fixes a bug I encountered while using env-schema, which is reproduced here: https://github.com/serdnam/env-schema-expand-bug
env-schema
I have added a test that failed prior to making the needed change and passes with said change, all other tests pass.
This is my first time contributing to the Fastify org, let me know if there is anything that I missed!
npm run test
npm run benchmark
Thank you!
This pull request fixes a bug I encountered while using
env-schema
, which is reproduced here: https://github.com/serdnam/env-schema-expand-bugI have added a test that failed prior to making the needed change and passes with said change, all other tests pass.
This is my first time contributing to the Fastify org, let me know if there is anything that I missed!
Checklist
npm run test
andnpm run benchmark