QUnit 2.8.0 Released: Async events
Changelog
Added
- Core: Add support for async functions and Promise-returns to QUnit event handlers. These can now be used via
QUnit.begin,QUnit.moduleStart,QUnit.testStart,QUnit.testDone,QUnit.moduleDone, andQUnit.done. (Stephen Yeung) #1307 - Core: Add stack trace to uncaught error if the browser supports it. (Anand Thakker) #1324
Changed
- HTML Reporter: Add a
runningclass to list items, for use by plugins. This was previously removed in 2.7.0. #1323