This commit is contained in:
2025-05-25 19:05:43 +00:00
parent 4c9fd22a86
commit 84196f9b13
110 changed files with 110 additions and 110 deletions

View File

@ -165,4 +165,4 @@ tap.test('cleanup - stop SMTP server', async () => {
await stopTestServer(testServer);
});
tap.start();
export default tap.start();

View File

@ -267,4 +267,4 @@ tap.test('cleanup - stop SMTP server', async () => {
await stopTestServer(testServer);
});
tap.start();
export default tap.start();

View File

@ -280,4 +280,4 @@ tap.test('cleanup - stop SMTP server', async () => {
await stopTestServer(testServer);
});
tap.start();
export default tap.start();

View File

@ -271,4 +271,4 @@ tap.test('cleanup - stop SMTP server', async () => {
await stopTestServer(testServer);
});
tap.start();
export default tap.start();

View File

@ -308,4 +308,4 @@ tap.test('cleanup - stop auth server', async () => {
await stopTestServer(authServer);
});
tap.start();
export default tap.start();

View File

@ -230,4 +230,4 @@ tap.test('cleanup test SMTP server', async () => {
expect(testServer).toBeTruthy();
});
tap.start();
export default tap.start();

View File

@ -240,4 +240,4 @@ tap.test('cleanup test SMTP server', async () => {
expect(testServer).toBeTruthy();
});
tap.start();
export default tap.start();

View File

@ -326,4 +326,4 @@ tap.test('cleanup test SMTP server', async () => {
expect(testServer).toBeTruthy();
});
tap.start();
export default tap.start();