4.1.3
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 requiringPromiseLike<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 viaemit
as well as when emitted vialog
- Chai typings were updated
- @dojo dependencies were updated