update
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
||||
import { startTestServer, stopTestServer, type ITestServer } from '../../helpers/server.loader.js';
|
||||
import type { SmtpServer } from '../../../ts/mail/delivery/smtpserver/index.js';
|
||||
import { createConcurrentConnections, performSmtpHandshake, closeSmtpConnection } from '../../helpers/utils.js';
|
||||
|
||||
let testServer: SmtpServer;
|
||||
let testServer: ITestServer;
|
||||
const CONCURRENT_COUNT = 10;
|
||||
const TEST_PORT = 2527;
|
||||
|
||||
|
Reference in New Issue
Block a user