drinkthestars
drinkthestars
Seeing this happen with `1.6.0` and `runTest` as well: ```kotlin class FooViewModelTest { @get:Rule var coroutinesTestRule = CoroutinesTestRule() // StandardTestDispatcher @Test fun shouldFailButDoesnt() = runTest { val viewModel = FooViewModel()...
Interested in looking into this; is https://github.com/ArthurVimond/openrndr-android-poc a good starting point? Were there any discussions around other possible implementations? (Slack link doesn't reveal discussion) 🙏🏼
+100 this would be great to have when combining with screenshot testing for light/dark modes
Will look into adding this 👍🏼