/nodejs-dependency-injection

Testing dependency injection in node js

Primary LanguageJavaScript

NodeJs Dependency Injection and Unit testing

This repo contains a small nodejs project to test and use dependency injection and unit testing with supertest and mocha.

To run locally:

npm install
npm start

This tutorial was taken from here

IMAGE ALT TEXT HERE