fix(tests): fix: Improve test stability by handling race conditions in SenderReputationMonitor and IPWarmupManager. Disable filesystem operations and external DNS lookups during tests by checking NODE_ENV, add proper cleanup of singleton instances and active timeouts to ensure consistent test environment.

This commit is contained in:
2025-05-08 10:24:50 +00:00
parent cb33dd26d0
commit 858794799b
7 changed files with 78 additions and 17 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/platformservice',
version: '2.8.4',
version: '2.8.6',
description: 'A multifaceted platform service handling mail, SMS, letter delivery, and AI services.'
}