Developer Tools Debugging ES6 Code in Node.js There's been a lot of effort to add ES6 compatibility to browsers (and Node.js). I'm going to use three Node debugging techniques modified to work with ES6.
Web Apps Bye-Bye, Sinon – Hello, testdouble A review of testdouble.js, a new alternative to Sinon as a test mocking library in JavaScript.
Web Apps Using ES6 in Node.js Some of the great ES6 features that are now supported natively in NodeJS.