This commit is contained in:
2025-05-26 16:14:49 +00:00
parent a3721f7a74
commit 69304dc839
8 changed files with 239 additions and 946 deletions

View File

@ -3,6 +3,9 @@ import * as plugins from '../ts/plugins.js';
import * as paths from '../ts/paths.js';
import { SenderReputationMonitor } from '../ts/deliverability/classes.senderreputationmonitor.js';
// Set NODE_ENV to test to prevent loading persisted data
process.env.NODE_ENV = 'test';
// Cleanup any temporary test data
const cleanupTestData = () => {
const reputationDataPath = plugins.path.join(paths.dataDir, 'reputation');