| 
View
 

QUnit-Addons

Page history last edited by Matt Travi 13 years, 4 months ago Saved with comment

There's a lot of scenarios where a specialized addon could simplify testing way beyond what QUnit offers by default. They are usually too specific to be added to QUnit, but bundling them as official supported and maintained addons would provide a lot more value for QUnit in general.

 

 

There are existing addons that deserve better promotation and could be candidates for pulling in:

  • SpecIt and Pavlov add BDD-styles wrappers around QUnit 
  • Mockjax is for stubbing jQuery's ajax requests 
  • Sinon.js can be used with QUnit. Its about mocking (aka stubbing) objects, most useful with the provided mocks for setTimeout 

Comments (0)

You don't have permission to comment on this page.