JFJoão Forjainjnforja.hashnode.dev·Sep 19, 2021 · 7 min readHow to write fewer tests but find more bugs in your React componentsHow 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...03TKR