fastify / fastify-plugin

Plugin helper for Fastify
MIT License
198 stars 43 forks source link

add symbol type to decorators #170

Closed J-Hoh closed 2 years ago

J-Hoh commented 2 years ago

fastify decorators can be either of type string or symbol, the later was missing from the typings

Checklist

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1741081073

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 1595860612: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls
coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1737753668


Totals Coverage Status
Change from base Build 1595860612: 0.0%
Covered Lines: 40
Relevant Lines: 40

💛 - Coveralls
J-Hoh commented 2 years ago

Didnt even know about tsd, added a symbol type to both decorator type checks. Hope the force push was okay