What the Heck should I use Bluebird.done() with Mocha?
By: Brad
Hi Brad, I’m working in Node.js and am writing automated tests using Mocha. Most of our code uses Promises and we tend to terminate our promise chains with the .done() API. Should I be doing that in our test code too? Should I use Bluebird.done() with Mocha? I ran into some code in a project… To read more click here.