Skip to content

4.1.3

Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 05 Dec 15:38
· 221 commits to master since this release

Overview

This release contains a number of bug fixes.

  • The config property merge flag (+) is now handled properly between config files (#840)
  • Ensure tests that fail due to mis-use of remote have a relevant error attached (#844)
  • Allow Suite callbacks to return PromiseLike<any> instead of requiring PromiseLike<void> (#845)
  • Ensure other event listeners run when one throws an error (#846)
  • Windows-formatted absolute basePath values are now properly handled (#850)
  • The socketPort config option is no longer ignored (#851)
  • Resolved suite lists will no longer include duplicate entries
  • The config property merge flag (+) is now handled properly for properties that didn't previously have a value
  • log events are now ignored when emitted via emit as well as when emitted via log
  • Chai typings were updated
  • @dojo dependencies were updated