JavaScript Unit Testing Frameworks: Comparing Jasmine, Mocha, AVA, Tape and Jest
When starting a new front end project, you can rely on different JavaScript unit testing frameworks for support. But which one should you choose? (more…)
Read more »Several months ago, I announced es7-membrane, a new project for letting JavaScript developers control, through JS proxies, what their customers see of their own libraries. A proxy, as you may recall, lets its creator define rules for looking up propertie… Read more