Are there any sources for learning about how to test with Composables + multiplatform viewmodels and
.collectAsState()
?
m
Mikolaj
12/17/2024, 8:11 AM
When it comes to testing flows this library is helpful: https://github.com/cashapp/turbine
To test composables You should look at some UI testing framework like Espresso.