seriousme / fastify-openapi-glue

A plugin for the Fastify webserver to autogenerate a Fastify configuration based on a OpenApi(v2/v3) specification.
MIT License
206 stars 33 forks source link

Replace Tap by Node Test #487

Closed seriousme closed 1 year ago

seriousme commented 1 year ago

Due to a bug in Node 16 we can't remove Tap in full, however it has been removed from all individual tests. As soon as Node 16 is EOL we can remove Tap from the list of dependencies