fix(tests): Update test assertions and singleton instance references in DMARC, integration, and IP warmup manager tests
This commit is contained in:
@ -15,7 +15,7 @@ const cleanupTestData = () => {
|
||||
// Helper to reset the singleton instance between tests
|
||||
const resetSingleton = () => {
|
||||
// @ts-ignore - accessing private static field for testing
|
||||
SenderReputationMonitor._instance = null;
|
||||
SenderReputationMonitor.instance = null;
|
||||
};
|
||||
|
||||
// Before running any tests
|
||||
|
Reference in New Issue
Block a user