fix(tests): Update test assertions and refine service interfaces
This commit is contained in:
@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-07 - 2.4.1 - fix(tests)
|
||||
Update test assertions and refine service interfaces
|
||||
|
||||
- Converted outdated chai assertions to use tap's toBeTruthy, toEqual, and toBeGreaterThan methods in multiple test files
|
||||
- Appended tap.stopForcefully() tests to ensure proper cleanup in test suites
|
||||
- Added stop() method to PlatformService for graceful shutdown
|
||||
- Exposed certificate property in MtaService from private to public
|
||||
- Refactored dcrouter smartProxy configuration to better handle MTA service integration and certificate provisioning
|
||||
|
||||
## 2025-05-07 - 2.4.0 - feat(email)
|
||||
Enhance email integration by updating @push.rocks/smartmail to ^2.1.0 and improving the entire email stack including validation, DKIM verification, templating, MIME conversion, and attachment handling.
|
||||
|
||||
|
Reference in New Issue
Block a user