Skip to content

2.4.0

Compare
Choose a tag to compare
@trentmwillis trentmwillis released this 08 Jul 15:35
· 904 commits to main since this release
  • Assert: Introduce timeout to set per-test timeout durations
  • Assert: Fix assert.push deprecation link
  • Core: Release objects from memory in equiv
  • Core: Implement QUnit.module.skip()
  • Core: Fallback to typeof obj in QUnit.objectType
  • Core: Implement QUnit.module.todo()
  • Core: Implement QUnit.module.only()
  • Core: Add support for multiple hooks
  • CLI: Better messaging on early exits
  • CLI: Default to non-zero exit code
  • CLI: Exit with non-zero status when no tests are run
  • Docs: Document assert.timeout
  • Docs: Fix typo in docs for QUnit.module
  • Docs: Document QUnit.module.{only,skip,todo} (#1194)
  • Docs: Add note about defining multiple hooks for modules
  • Tests: Add tests for QUnit.module.todo()
  • Tests: Add tests for QUnit.module.skip()
  • Tests: Add tests for assert.timeout
  • Tests: Add tests using native async functions
  • Tests: Add tests for multiple module hooks
  • Tests: Add tests for QUnit.module.only()
  • Build: Disable max-len ESLint rule for tests
  • Build: Register events after requiring test file in test-on-node task
  • Build: Include bin file in eslint