2.20.0
Added
Changed
- Assert: Add type check for
assert.async()
parameter. (@zixinyin) #1721 - HTML Reporter: Remove units for 0 values in qunit.css. (@hareesh-pillai) #1715
Fixed
- Core: Faster
inArray
by using Array.prototype.includes when possible. (@izelnakri)