How to write fewer tests but find more bugs in your React components
Sep 19, 2021 · 7 min read · How in general should I know what to test? Whenever we're deciding how to test a component, the main challenge is choosing which tests to write. That's because even a simple function like add(a: number, b: number) has a potentially infinite number o...
TKRAnkur and 2 more commented