Avoid Nesting in Tests

1 · Kent C. Dodds · July 29, 2019, 11:19 p.m.
I want to show you something. What I'm going to show is a general testing principle, applied to a React Component test. Here's a React component that I want to test: Here's a test suite that resembles the kind of testing I've seen over the years…...