DEV Community

Discussion on: Whats your thoughts on using a DI Package for IOC within a node project?

Collapse
 
dechamp profile image
DeChamp

With jest, we are able to mock the modules and do the same effect. We finally went without DI module as we found we could do it using vanilla js.