touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

adding check modules test #95

Closed KevinSchildhorn closed 4 years ago

russhwolf commented 4 years ago

Here's the test failure.

I think that means we need a teardown in the new tests where we close the new koin instance.

KevinSchildhorn commented 4 years ago

Here's the test failure.

I think that means we need a teardown in the new tests where we close the new koin instance.

I've added a breakdown that just calls stopKoin (I figured appEnd was meant to be paired with appStart which we're not using here)