update
This commit is contained in:
@ -236,4 +236,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
console.log('✅ Test server stopped');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -386,4 +386,4 @@ tap.test('Very Small Email - should handle email with empty subject', async (too
|
||||
}
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -476,4 +476,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -427,4 +427,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -422,4 +422,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -401,4 +401,4 @@ tap.test('cleanup - stop test server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -330,4 +330,4 @@ tap.test('cleanup - stop test server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -376,4 +376,4 @@ tap.test('cleanup - stop test server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
Reference in New Issue
Block a user