Link: WordPress starts unit testing with QUnit

Aaron Jorbin wrote on the official Make WordPress blog:

Recently WordPress added QUnit as a JavaScript unit testing framework and added its first JavaScript unit tests. I thought I would walk through how to run the tests and how to write tests so that we can increase our JavaScript test coverage. […]

See also