Join Discord
Powered by
Splitting tests into new describe blocks is good w...
# best-practices
t
thousands-house-85089
01/31/2023, 1:51 PM
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()
Previous
Next