Hacker News new | ask | show | jobs
by nailer 2198 days ago
I don't think anyone /does/ write tests that simply check they're giving the correct props. They write unit tests, and props are part of that.
1 comments

This also works in TypeScript's favor. You get test coverage which you would never write. A "simple" component that doesn't have any logic and doesn't warrant a test still checks its prop types, and you don't have to do anything other than make the compiler pass.