update
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
import { test } from '@git.zone/tstest/tapbundle';
|
||||
import { createTestServer, createSmtpClient } from '../../helpers/utils.js';
|
||||
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
||||
import { startTestServer, stopTestServer, type ITestServer } from '../../helpers/server.loader.js';
|
||||
import { createSmtpClient } from '../../../ts/mail/delivery/smtpclient/index.js';
|
||||
import { Email } from '../../../ts/mail/core/classes.email.js';
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
|
||||
test('CREL-07: Resource Cleanup Reliability Tests', async () => {
|
||||
tap.test('CREL-07: Resource Cleanup Reliability Tests', async () => {
|
||||
console.log('\n🧹 Testing SMTP Client Resource Cleanup Reliability');
|
||||
console.log('=' .repeat(60));
|
||||
|
||||
|
Reference in New Issue
Block a user