Changelog
Added
- Assert: New strict boolean
assert.true()
and assert.false()
methods. (Ventuno) #1445
- Docs: Redesign of https://qunitjs.com. (Trent Willis) #1458
- HTML Reporter: New fuzzy search when typing in the module filter. (Ventuno) #1440
Changed
- HTML Reporter: Hide skipped tests also when
hidepassed
is set. (Ray Cohen) #1208
Fixed
- CLI: Improve performance for non-glob arguments. (SparshithNRai) #1385
- CLI: Fix error with
--watch
option, affected Node 14 on Linux. #1448
- Core: Fix “No tests” to check test count instead of assert count. (Jessica Jordan) #1405
Removed
- All: Remove support for Node 6 and Node 8, require Node 10+.
See also