Skip to content

Instantly share code, notes, and snippets.

@pahill
Created August 31, 2022 07:30
Embed
What would you like to do?
class CheckModulesTest : KoinTest {
@Test
fun verifyKoinApp() {
koinApplication {
modules(module1, module2)
checkModules()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment