fix(tests): Fix outdated import paths in test files for dcrouter and ratelimiter modules

This commit is contained in:
2025-05-08 01:24:03 +00:00
parent b61de33ee0
commit 747478f0f9
5 changed files with 10 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import {
type IEmailConfig,
type EmailProcessingMode,
type IDomainRule
} from '../ts/dcrouter/index.js';
} from '../ts/classes.dcrouter.js';
tap.test('DcRouter class - basic functionality', async () => {
// Create a simple DcRouter instance