Using Qunit for testing JS

From Dreamwidth Notes
Revision as of 20:54, 23 February 2011 by Pauamma (Talk | contribs)

Jump to: navigation, search

You can use Qunit for automated testing of yor JS front-end code using jQuery and jQuery UI (the JS libraries we use for new UI development). There are some sample tests in the views/dev/test/ directory.

This page needs more work.