Is it possible to verify a module if I am using an...
# koin
e
Is it possible to verify a module if I am using annotations instead of the DSL? I have
Copy code
@Module
@ComponentScan
class KoinAppModule
and in a test tried to do
KoinAppModule()._module_.verify()
, but I don't find any matching
verify
extension function.
a
do you use `koin-test`project?
you need to add the dependency