How can you run Composable non ui tests? `implemen...
# compose-desktop
h
How can you run Composable non ui tests?
implementation(compose.uiTestJUnit4)
needs skiko, but I only want to test @Composable without ui.
a
h
Thanks!