maloguertin / msw-trpc

tPRC support for MSW
208 stars 21 forks source link

fix: Allow mocking procedures with no return value #36

Closed danilofuchs closed 6 months ago

danilofuchs commented 10 months ago

🎯 Changes

The current types do not allow mocking a procedure that returns void, as it sets the expected return type to never

image

✅ Checklist