QUnit 2.14.0: SpiderMonkey support
Changelog
Added
- HTML Reporter: Use a fixed header with scrollable test results. (Bryan Crotaz) #1513
- Core: Add official support for SpiderMonkey runtime. (Timo Tijhof) #1535
Changed
Fixed
- HTML Reporter: Set
main
andnavigation
ARIA roles. (Steve McClure) #1427 - Core: Fix
QUnit.module.only
logic for unscoped modules. (Steve McClure) #1272 - Assert: Fix
assert.timeout()
bug causing a non-async test to fail. #1539