QUnit 1.20.0 Released: Nested Modules and QUnit.only

This release brings Nested Modules and QUnit.only.

Changelog

  • Assert: Expose assert.raises() to the global scope.
  • Assert: Add an optional callCount parameter to assert.async().
  • Core: New QUnit.only() method. (Erik Benoist) #496
  • Core: Support Symbol types on QUnit.equiv.
  • Core: Make QUnit.start fails if called with a non-numeric argument.
  • Core: New nested scopes ability to QUnit.module(). (Stephen Jones) #543
  • Core: Equivalency for descendants of null constructors.
  • HTML Reporter: Add indicator for filtered test.
  • HTML Reporter: Collapse details for successive failed tests.

See also