Corey
12/02/2022, 12:06 AM*Test
with the actual target's test? For example, I would like to provide a fake database driver (Sqldelight) to my ios/Test
target so I can unit test my presentation layer accordingly.
Since I do have a Presenter
in the native platform which injects a ...Query
I would like to know if I can fake it from my iosTest
and get from the actual Test
target I have locally.CLOVIS
12/09/2022, 1:55 PM