https://kotlinlang.org logo
#koin
Title
l

LeoColman

05/05/2020, 5:23 PM
Copy code
class MainTests : FunSpec(), KoinTest {
    
    init {
        test("A") {
            withTestApplication({mainModule()}) {
                getKoin().checkModules()
            }
        }
    }
}
👍 1