Does anyone know if it’s even possible to create a...
# compose
m
Does anyone know if it’s even possible to create a Compose rule based test in a library module? I’m not having much luck, and it keeps saying it’s not finding any tests. I would prefer unit tests to androidTest but i don’t that’s really doable either.
a
Yes it's possible. Here's an example.
m
Thanks @Albert Chang. So looks like just a normal compose rule, just in robolectric land i guess