Promises in JavaScript Unit Tests: The Definitive Guide
Jani Hartikainen explains how to deal with promises in unit tests using Mocha and Chai as the base and showing promise-related patterns that occur in tests. (more…)
Read more »
Modern JavaScript is considered hard Have you noticed the abundance of tutorials, introductions and guides devoted to post-ES6 JavaScript? All these conferences, workshops, bootcamps where you get a chance to learn about async/await or Redux? The books an… Read more