QUnit 2.9.3 Released: Faster CLI startup
Contains a bunch of small fixes and documentation updates. Thanks to our contributors!
Changelog
Added
- HTML Reporter: Display progress and runtime while test suite is executing. (Stefan Penner) #1398
Fixed
- CLI: Ignore folders mentioned in the gitignore to improve performance. (SparshithNRai) #1384
- Core: Defer getting the stack trace to improve performance. (Adam Byrne) #1401
- Core: Let
assert.timeout()
replace the timeout ifconfig.timeout
was already set. (Stephen Yeung) #1400