thiagobustamante / typescript-ioc

A Lightweight annotation-based dependency injection container for typescript.
MIT License
526 stars 64 forks source link

Example of testing? #38

Closed nerder closed 4 years ago

nerder commented 6 years ago

Can you provide examples of how i can Mock dependency that i @Inject into other classes?

jonathanroze commented 5 years ago

It's a very good idea!

thiagobustamante commented 4 years ago

I added some examples in the readme. Please take a look here