Hacker News new | ask | show | jobs
by hmcq6 1046 days ago
Looking at some of the examples of closed PR's I'm seeing tests that meet the bare minimum but don't actually test features/components in a meaningful way. For example I saw one that checks if giving a value to the suffix or prefix prop will make that value appear in the DOM, but it doesn't actually test if the suffix comes after the main content.

It got merged so clearly the devs find value in the work but I wouldn't call that production ready.