A TDD approach to building REST API
Credit to Parri Pandian whose book i read every page.
Implemented in-memory MongoDb for integration tests using mongodb-memory-server instead of mockgoose.
To run all test run
npm test
A TDD approach to building REST API
Credit to Parri Pandian whose book i read every page.
Implemented in-memory MongoDb for integration tests using mongodb-memory-server instead of mockgoose.
To run all test run
npm test