fix(tests): remove large SMTP client test suites and update SmartFile API usage
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user