Hi everyone. Is it possible to share code from `*T...
# multiplatform
c
Hi everyone. Is it possible to share code from
*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.
c
I think you'll want to create a regular module, and have your other modules depend on it for tests