Is there any additional steps needed when running ...
# koin
j
Is there any additional steps needed when running
checkModules()
in a unit test when graph includes
viewModel
that's passed
SavedStateHandle
param?
ah, I should probably have looked at docs first! https://insert-koin.io/docs/reference/koin-test/checkmodules/ needed
withInstance<SavedStateHandle>()
a
yes 🙂