Back to Qunit

QUnit 2.21.1 Released: Bug fixes

docs/_posts/2024-07-20-qunit-2-21-1.md

2.25.0834 B
Original Source

Various bug fixes, and improved stack trace formatting.

Changelog

Deprecated

  • Assert: Add notice about upcoming change in how assert.expect() counts steps for assert.verifySteps(). #1226

Fixed

  • Core: Fix missing second frame in QUnit.stack() in Safari. #1776
  • Core: Fix stacktrace cleaner to also support clean traces on URLs with host ports. #1769
  • HTML Reporter: Fix reversed order after clicking "Hide passed". #1763
  • HTML Reporter: Fix encoding of label for urlConfig multi-value item.

See also