qunit v2.9.3 Release Notes

Release Date: 2019-10-08 // over 4 years ago
    • ๐Ÿ“„ Docs: Rename "Main assertions" to "Main Methods" and match casing of other pages
    • ๐Ÿ“„ Docs: Update Gemfile.lock
    • ๐Ÿ“„ Docs: Repair url https://api.qunitjs.com/QUnit.log/ with redirect
    • โœ… Core: Reset testTimeout on assert.timeout if config.timeout has already been set
    • โœ… Core: Defer getting the test source until we need it
    • โœ… HTML Reporter: Display progress and runtime while test suite is executing (#1398)
    • CLI: Ignore those folders mentioned in the gitignore
    • ๐Ÿ’… CSS: Tweak CSS to address dropdown and button styles
    • ๐Ÿ“„ Docs: Update Travis badge
    • ๐Ÿ“„ Docs: deepEqual() checks strict inherited equality
    • ๐Ÿ“„ Docs: Add a few missing steps to release docs