Hi everyone. Is there any option to run `checkModu...
# koin
y
Hi everyone. Is there any option to run
checkModules
in instrumentation test? I tried to do it, but constantly getting "No tests found". Mocking
Context
isn't an option for me.
v
Could you run it in your unit test with a RobolectricTestRunner?
y
I don't have robolectric in my project. Anyway, thanks for your suggestion