Good morning @Arkadii Ivanov! I was hoping to get some more information on how to properly set up UI testing for Compose content with Decompose.
Our composable functions take a component as a parameter, and those components need access to a ComponentContext to be setup properly. However Decompose seems to need an Activity/Fragment to generate a ComponentContext, and JUnit only supports accessing Activity after the content has been set. Is there a way you'd recommend setting up UI tests with Decompose?
Thanks for your time and any information!