And how do you test that you DI setup is correct a...
# koin
p
And how do you test that you DI setup is correct and does not throw exceptions at runtime?
t
check
dryRun()
in
koin-test
package
s
Not sure but think that now it's checkmodules
a
yeah, dryRun was ok but checkModules will launch e every definition in a sandbox - allowing us to really understand definition needs
Good example above
👍 1