QUnit 2.20.1 Released: Bug fixes
Fix IE compat with sinon.useFakeTimers
, and fix hanging assert.async()
.
Welcome Timmy Willison as QUnit contributor!
Changelog
Fixed
- Core: Fix compatibility with
sinon.useFakeTimers
in IE 10 and IE 11. (Timmy Willison) #1738 - Core: Fix hanging
assert.async()
afterassert.timeout()
. (Timo Tijhof) #1705