News

From simple test runners to complete testing frameworks, look to these proven tools to keep your JavaScript free of bugs The need to test JavaScript code is straightforward. How else to keep out ...
This article is a crash course in writing maintainable JavaScript. We'll add features to a running example by iteratively following a simple principle: write a unit test, make it pass. Each test ...
Meta hands its open-source Jest JavaScript testing framework to the OpenJS Foundation to let the project flourish as a community-led initiative.
Google has released a new set of JavaScript stress tests designed to push your browser's limits. Perhaps not surprisingly the company's own Chrome web browser takes top honors in the new suite.
Mozilla has unleashed the Kraken, a new JavaScript benchmark test. It joins similar efforts like Google’s V8 and the WebKit project’s SunSpider tests, which are widely used to measure browser ...
The JavaScript ecosystem is rich with innovation and expanding rapidly. Here are seven tools and frameworks that point to what's next for JavaScript.
This article by Dennis Byrne is a crash course in writing maintainable JavaScript. Dennis uses stubs, mock objects and a little bit of dependency injection. He also uses JsUnit to run unit tests ...