UI Deploy

Curated, Short, Web UI Dev we Love.

Testing Node.js With Mocha and Chai

This post serves as an introduction to testing a Node.js RESTful API with Mocha (v2.3.1). a JavaScript testing framework.

Why Test?

Before diving in it's important that you understand why tests are necessary.

Grab the Node/Express sample CRUD application from the repository

view source

Advertisement