Changelog
- Assert: New
assert.timeout()
for setting per-test timeout durations. (Trent Willis) #1165
- Assert: Fix assert.push deprecation link.
- CLI: Better messaging on early exits.
- CLI: Default to non-zero exit code.
- CLI: Exit with non-zero status when no tests are run.
- Core: Add support for multiple callbacks in module hooks, such as via
hooks.beforeEach()
and hooks.afterEach()
.
- Core: Fallback to
typeof obj
in QUnit.objectType
.
- Core: New
QUnit.module.only()
method.
- Core: New
QUnit.module.skip()
method.
- Core: New
QUnit.module.todo()
method.
- Core: Fix memory release of objects in equiv logic of
assert.deepEqual()
.
See also