ges134 / budget-r

Budget-R is a web application allowing you to manage personal finances. Get all your financial information at one glance!
2 stars 3 forks source link

Dependency injection on controllers #94

Open ges134 opened 5 years ago

ges134 commented 5 years ago

Right now, the controllers call factories or create the dependencies themselves, making it nearly impossible to properly test it. Let's change this.

ges134 commented 5 years ago

controllers/ledger.ts have an exemple where we can inject dependencies. With Sinon, it should be easy to create mocks and stubs