update
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { tap, expect } from '@git.zone/tapbundle';
|
||||
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
||||
import * as net from 'net';
|
||||
import { startTestServer, stopTestServer } from '../../helpers/server.loader.js';
|
||||
import type { ITestServer } from '../../helpers/server.loader.js';
|
||||
@ -13,7 +13,7 @@ tap.test('setup - start SMTP server for invalid character tests', async () => {
|
||||
port: TEST_PORT,
|
||||
hostname: 'localhost'
|
||||
});
|
||||
expect(testServer).toBeInstanceOf(Object);
|
||||
expect(testServer).toBeDefined();
|
||||
});
|
||||
|
||||
tap.test('Invalid Character Handling - should handle control characters in email', async (tools) => {
|
||||
|
Reference in New Issue
Block a user