Anyone know any good projects or blogs on successf...
# multiplatform
a
Anyone know any good projects or blogs on successfully setting up unit tests on (MPP) iOS and Android?
p
MPP unit tests should be platform independent. Do you mean instrumented tests? What are you trying to accomplish?
I put my mpp unit tests in
commonTest
and they execute on your target’s runners.