Changelog
- Core: A test without any assertions now fails by default, unless
assert.expect(0)
is called. #178
- Core: Add
QUnit.pushFailure
to log error conditions like exceptions. Accepts stacktrace as second argument, allowing extraction with catched exceptions (useful even in Safari). #210
- Core: Apply
notrycatch
option to setup and teardown hooks. #203 #204
- Core: Extend exports object with QUnit properties at the end of the file to export everything.
- Core: Prefix test-related session-storage items to make removal more specific. #213
- HTML Reporter: Sort objects in value dumps alphabetically to improve diffs. #206
See also