qunit v2.8.0 Release Notes

Release Date: 2018-11-02 // over 5 years ago
  • ➕ 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, and QUnit.done. (Stephen Yeung) #1307
    • 💻 Core: Add stack trace to uncaught error if the browser supports it. (Anand Thakker)

    🔄 Changed

    • 🚚 HTML Reporter: Add a running class to list items, for use by plugins. This was previously removed in 2.7.0. #1323