Why test coverage decrease by using @TypedRoute decorator? #1158
Open
Description
Question
I have installed nestia library to use nestia/swagger.
but as using nestia decorator such like @TypedRoute.Get() , @TypedQuery(), test code coverage went down.
How can I solve this problem? Does I need to generate and use mock function of decorator?
If you have solution, can you please teach me? thanks 삼촌