Messages
Topics
Lists
Groups
Marketplace
Jobs
Felix Kling
4 years ago
Learn how to test you RESTful API using the Mocha framework. During the API tests, we also mock the mongoDB database so we are only testing the API.
Code: https://github.com/kriscfoster/express-mongo
#javascript #testing #node-js #mongodb #rest
Learn how to test you RESTful API using the Mocha framework. During the API tests, we also mock the mongoDB database so we are only testing the API. How To Unit Test RESTful API With Mocha & Mock MongoDB | JavaScript Testing