QUnit 2.10.0 Released: Accessibility fix
This release updates QUnit.only()
to allow you to run more than one test/module at once. This makes it in line with how our users expected it to work. Also, fixes a tabbing order accessibility issue in the HTML Reporter. Thanks to our contributors!
Changelog
Changed
- Core: Run all
QUnit.only
-marked tests. (Ventuno) #1436
Fixed
- Docs: Add project logo to README. (Jim Lynch)
- HTML Reporter: Fix tab order for toolbar filters. (Eddy Lu) #1428