Hello, how do I use different injections for tests...
# koin
k
Hello, how do I use different injections for tests? Similar to spring profiles. I'm trying to start a test with a different set of components than my main app. (Local db, etc) I've tried the override=true flag, but it's not doing anything. My production components are always called
d
Also new to the koin topic but Scopes might be worth a look up.