tech/webdev magazine

March 12, 2015

Testing and Documenting Node.js APIs with Mocha and Acquit

Thursday, March 12, 2015 Teklinks

When people build REST APIs with Express, testing and documentation are often an afterthought. The situation with testing your documentation is often even worse. When’s the last time you built an automated testing system for your documentation’s examples? When I sat down to write acquit, I wanted a simple tool to generate documentation from mocha tests for mongoose.

Full article