I tried ```test("ABC") { koinApp.koin.declare&...
# koin
l
I tried
Copy code
test("ABC") {
    koinApp.koin.declare<MyRepository> { mockk() }
    // Make HTTP request to my Controller
}