Hey! I was wondering if anybody had a good example repo of how to properly setup Unit Tests for Ktor.
I'm currently having issues with Koin as it's sharing the GlobalContext Koin Instance and also with Flyway because when
Application#module
is called I run my Flyway migrations, due to this on every test I run it tries to migrate the test database when I only need it to do so once.