QUnit 2.25 is out!
Highlights from 2.24.1 and 2.25.0:
๐งฉ Add display of "early" errors in the HTML Reporter.
โจ New test filter callback, for parallel runners and other cool stuff. Thanks Sebastian Gbudje and @nullvoxpopuli
๐ Fix bugs in TAP-reporter.
QUnit 2.24.0 is out!
Highlights since 2.21:
โ๏ธ New test.if() to conditionally skip.
๐ท๏ธ Automatic labels in test.each().
๐ New stack trace formatter for CLI output
โจ There is a new QUnit Blog. You can also follow us on Mastodon or Bluesky.
QUnit 2.21.1 is out!
๐ Fix bug in stacktrace cleaner.
๐ Fix bug where a second "Hide passed" click reversed test results.
๐ Add notice about upcoming change in how assert.expect() counts steps for assert.verifySteps().
QUnit 2.21 is out!
โ๏ธ New assert.closeTo() method.
For float-friendly number comparisons.
๐ Deprecate unset timeout for tests longer than 3s.
How to set a timeout? qunitjs.com/api/config/tesโฆ
Credit to JamesMGreene for the original assert-close plugin!
github.com/qunitjs/qunit/โฆ