fastify / fastify-plugin

Plugin helper for Fastify
MIT License
197 stars 42 forks source link

fix unit test #202

Closed Uzlopak closed 1 year ago

Uzlopak commented 1 year ago

The pattern to validate the fastify version is expecting only single digit minor and patch-version. Fastify 4 is now at minor version 10, so the tests fail, see e.g. the failed test un in #201

also: remove semver improve npm scripts activate linting on ci

Checklist