update
This commit is contained in:
@ -58,4 +58,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
console.log('✅ Test server stopped');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -109,4 +109,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
console.log('✅ Test server stopped');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -131,4 +131,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -371,4 +371,4 @@ tap.test('teardown - stop SMTP server', async () => {
|
||||
});
|
||||
|
||||
// Start the test
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -293,4 +293,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -465,4 +465,4 @@ tap.test('teardown - stop SMTP server', async () => {
|
||||
});
|
||||
|
||||
// Start the test
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -318,4 +318,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
@ -358,4 +358,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
@ -553,4 +553,4 @@ function checkCipherSecurity(cipher: any): {secure: boolean, reason?: string, re
|
||||
};
|
||||
}
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -290,4 +290,4 @@ tap.test('Plain Connection - should work on standard SMTP port 25', async (tools
|
||||
done.resolve();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -379,4 +379,4 @@ tap.test('Keepalive - should handle NOOP as keepalive mechanism', async (tools)
|
||||
}
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
Reference in New Issue
Block a user