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
code should be split into easily testable chunks, and those chunks should be tested properly. at the moment we have massive monolithic functions that are tested against a single case to make sure they don't fail, and really they're integration tests