fix(tests): remove large SMTP client test suites and update SmartFile API usage

This commit is contained in:
2026-02-10 22:41:36 +00:00
parent 399f5fa418
commit f3a74a7660
86 changed files with 9 additions and 23954 deletions

View File

@@ -158,7 +158,7 @@ tap.test('Email and Smartmail compatibility - should convert between formats', a
// Add recipient and attachment
smartmail.addRecipient('recipient@example.com');
const attachment = await plugins.smartfile.SmartFile.fromString(
const attachment = plugins.smartfile.SmartFileFactory.nodeFs().fromString(
'test.txt',
'This is a test attachment',
'utf8',