Back to Qunit

QUnit 2.16.0 Released: Add test.each

docs/_posts/2021-06-06-qunit-2-16-0.md

2.25.01.6 KB
Original Source

Improve accessibility, introduce data providers, and fix bugs.

Thanks to our contributors!

Changelog

Added

Changed

  • Assert: Indicate which test a drooling assert.async() callback came from. (Steve McClure) #1599

Deprecated

  • Core: Warn when a module callback has a promise as a return value. (Ray Cohen) #1600

Fixed

  • Core: Fix QUnit.module.only() regression where some unrelated modules also executed. (Steve McClure) #1610
  • CLI: Improve ESM detection. (Steve McClure) #1593
  • HTML Reporter: Increase contrast and use richer colors to improve accessibility. (Timo Tijhof) #1587

See also