hi all wondering about multiple koin mocks in test...
# koin
n
hi all wondering about multiple koin mocks in tests. as far as i understand, i can only declare a single mock per test, as
MockProvider
supports only a single provider in its scope. am i missing something? my current workaround is defining a "test module" with all the mocks i need and injecting it as the main (and only) module. for context - i'm using kotest and the koin-listener extension