Is there any library to mock objects in commonTest...
# multiplatform
h
Is there any library to mock objects in commonTest?
b
#mockk has partial support for jvm/js intersection. I'd recommend using stubs or fakes for mpp mocking
🙏 1