Yup, you are right. makes no sense to test partial...
# multiplatform
a
Yup, you are right. makes no sense to test partial code like
expect
, I just mean for those shared logic, maybe we could have a better way to solve it. The current solution totally works, because we have to test the other partial part of
actual
, then we just test those shared logic together as well. Simple and easy to understand. But if there is a way to test these shared logic independently, it will be more quicker depends on the ratio between the
expect
part and the shared part. 😄