QUnit 2.20.0 Released: Improve diagnostics
Add type check to assert.async()
parameter, add QUnit.reporters.perf
, and improve performance.
Welcome Zixin and Hareesh as first-time QUnit contributions!
Changelog
Added
- Core: Add
QUnit.reporters.perf
. (Timo Tijhof) #1714
Changed
- Assert: Add type check for
assert.async()
parameter. (Zixin Yin) #1721 - HTML Reporter: Remove units for 0 values in qunit.css. (Hareesh) #1715
Fixed
- Core: Faster
inArray
by using Array.prototype.includes when possible. (Izel Nakri)