Back to Qunit

Link: WordPress starts unit testing with QUnit

docs/_posts/2013-09-13-wordpress-qunit-for-javascript-unit-tests.md

2.25.0470 B
Original Source

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