I am just starting out with Compose Desktop. I've ...
# compose-desktop
d
I am just starting out with Compose Desktop. I've gone through the tutorial at https://github.com/JetBrains/compose-jb/tree/master/tutorials/Getting_Started . Now I want to add some tests. Is there a tutorial or example on this topic?
☝️ 2
☝🏻 1
p
I'd like to know that too
d
Testing is probably not a desktop specific problem. The testing apis for Compose on Android should work just fine.
d
I'm more wondering about configuration. How do I get that first test working?
p
@Dominaezzz Do you know how to test non-UI @Composable functions without firing up an emulator?
d
No, haven't tried it myself tbh.