Back to Qunit

QUnit 2.4.1 Released: CLI Improvements

docs/_posts/2017-10-21-qunit-2-4-1.md

2.25.0594 B
Original Source

Lots of minor fixes and improvements to the CLI!

Changelog

  • CLI: Add slight debounce to restarting tests on file watching.
  • CLI: Catch file load failures and report as failing tests.
  • CLI: Clear require cache of watched files between runs.
  • CLI: List available reporters when option is specified with no value.
  • CLI: Properly support watching files added after first run.
  • Core: Provide descriptive feedback when missing QUnit.test() callback.
  • HTML Reporter: Fix regression in error reporting.

See also