QUnit 2.9.3: Faster CLI startup
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)
- Core: Defer getting the stack trace to improve performance. (Adam Byrne)
- Core: Let
assert.timeout()
replace the timeout ifconfig.timeout
was already set.