I’m writing a library for Jetpack Compose that exposes a lot of state functions that don’t require UI. Is there a way to test composable functions without doing an instrumented test?
I’m writing a library for Jetpack Compose that exposes a lot of state functions that don’t require UI. Is there a way to test composable functions without doing an instrumented test?
medium.com/@sebaslogen/…