update
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
||||
import * as plugins from './plugins.js';
|
||||
import { createTestServer } from '../../helpers/server.loader.js';
|
||||
import { createSmtpClient } from '../../helpers/smtp.client.js';
|
||||
import * as plugins from '../../../ts/plugins.js';
|
||||
import { startTestServer, stopTestServer, type ITestServer } from '../../helpers/server.loader.js';
|
||||
import { createSmtpClient } from '../../../ts/mail/delivery/smtpclient/index.js';
|
||||
|
||||
tap.test('CRFC-02: should comply with ESMTP extensions (RFC 1869)', async (tools) => {
|
||||
const testId = 'CRFC-02-esmtp-compliance';
|
||||
|
Reference in New Issue
Block a user