Splitting tests into new describe blocks is good w...
# best-practices
t
Splitting tests into new describe blocks is good when you have a bunch of similar tests that need the same setup, so you can put prerequisite steps into a beforeEach()