QUnit 2.4.1 Released: CLI Improvements

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