LeoColman
class MainTests : FunSpec(), KoinTest { init { test("A") { withTestApplication({mainModule()}) { getKoin().checkModules() } } } }