TestScope doesn’t work in Kotlin Multiplatform
I was trying to run a unit test of my kmp code on android(local) with TestScope
by injecting it into the view model.
Here’s the code:
I was trying to run a unit test of my kmp code on android(local) with TestScope
by injecting it into the view model.
Here’s the code: