Join Slack
Powered by
Anyone know any good projects or blogs on successf...
# multiplatform
a
adiba
06/26/2019, 1:58 PM
Anyone know any good projects or blogs on successfully setting up unit tests on (MPP) iOS and Android?
p
pardom
06/26/2019, 2:12 PM
MPP unit tests should be platform independent. Do you mean instrumented tests? What are you trying to accomplish?
pardom
06/26/2019, 2:14 PM
I put my mpp unit tests in
commonTest
and they execute on your target’s runners.
pardom
06/26/2019, 2:15 PM
e.g.
https://github.com/pardom/lambda-news/tree/master/common/app/src/commonTest/kotlin/news/lambda/app
3
Views
Open in Slack
Previous
Next