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
Unit tests shouldn't be accessing other processes like databases, and the database tests are also flaky, which unit tests should never be.
Possible Solution
Make a third class of tests, right now we have unit and e2e, we'll make a third one integration that for now can be just database tests and in the future maybe do more as well
The text was updated successfully, but these errors were encountered:
Expected Behavior
Unit tests shouldn't be accessing other processes like databases, and the database tests are also flaky, which unit tests should never be.
Possible Solution
Make a third class of tests, right now we have
unit
ande2e
, we'll make a third oneintegration
that for now can be just database tests and in the future maybe do more as wellThe text was updated successfully, but these errors were encountered: