You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finding the majority of issues reported on my codebase are tests.duplicate-mock-setup, but for tests DAMP over DRY is generally preferable so that each individual test is readable in isolation.
I'm finding the majority of issues reported on my codebase are
tests.duplicate-mock-setup, but for tests DAMP over DRY is generally preferable so that each individual test is readable in isolation.