QUnit 2.12.0 Released: Add test.only/skip/todo aliases
New aliases for QUnit.test.only(), .skip(), and .todo(). Support arrow function as matcher in assert.throws(). Thanks to Steve McClure for contributing these!
Changelog
Added
- Core: Add
QUnit.test.*aliases forQUnit.only(),QUnit.skip(), andQUnit.todo(). (Steve McClure) #1496 - Assert: Support arrow functions in
assert.throws()expected callback. (Steve McClure) #1492
Changed
- CLI: Update
node-watchandcommanderdependencies. (Timo Tijhof) #1500
Deprecated
- Core: Deprecate
QUnit.extend(). (Steve McClure)