Has anyone written a ViewModel unit testing using a `SavedStateHandle` in a Compose Multiplatform ap...
j
Has anyone written a ViewModel unit testing using a
SavedStateHandle
in a Compose Multiplatform app? I’m currently trying to figure out away of saving a “route” instance inside of the
SavedStateHandle
I pass to my tested ViewModel but I’m not finding an API to do so. Is this only something possible to achieve using mocking?