QUnit 2.3.0 Released: QUnit CLI
Changelog
Added
- CLI: Introduce QUnit CLI. (Trent Willis) #1115
- CLI: Add file watching option.
- CLI: Add seed option.
- CLI: Add support for custom reporters.
- HTML Reporter: Display todo tests when
hidepassedis set.
Changed
- Core:
Test#pushFailurenow callsTest#pushResultinternally.