( New to koin here ) I have started koin in my Application in Android, and am now trying to override a network dependency in the unit tests, but am having trouble doing so. I have tried setting that network component as override and using loadKoinModule, but get an error, please use startKoin
t
tynn
06/19/2020, 2:08 PM
Unit tests usually don’t run with an
Application
which starts the Koin context. You can write a simple unit test with