QUnit 2.14.0 Released: SpiderMonkey support
Accessibility improvements and new floating header in the HTML Reporter, official support for SpiderMonkey runtime, and various bug fixes. Thanks to Bryan Crotaz and Steve McClure for their contributions!
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
mainandnavigationARIA roles. (Steve McClure) #1427 - Core: Fix
QUnit.module.onlylogic for unscoped modules. (Steve McClure) #1272 - Assert: Fix
assert.timeout()bug causing a non-async test to fail. #1539