QUnit 2.9.0 Released: Reduce npm dependencies
We significantly reduced QUnit’s install size by cutting down on dependencies.
Changelog
Fixed
- Assert: Report errors from
assert.throws()
as strings. #1333 - CLI: Reduce size of the npm package and dependency tree, from 142 dependencies, to 9 dependencies. (Timo Tijhof) #1342
- HTML Reporter: Fix an unescaped
details.source
. (Shlomi Fish) #1341