react-hook
react-hook copied to clipboard
Where is test coverage?
Is your feature request related to a problem? Please describe. I tried to find tests for this awesome hooks but found snapshots only.
Describe the solution you'd like Create test coverage for each hook
What do you mean where is test coverage? Every hook is tested?
What do you mean where is test coverage? Every hook is tested?
Yes, apparently not all but some. Planning to test all hooks?
Sure, do you have a particular one in mind? I don't know which wouldn't have tests off the top of my head.
Sorry for not saying initially, I did not find tests for useSize
hook
https://github.com/jaredLunde/react-hook/tree/master/packages/size
Thanks, will get around to it. I have tests for this in a different library.