update
This commit is contained in:
@ -165,4 +165,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -267,4 +267,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -280,4 +280,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -271,4 +271,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -308,4 +308,4 @@ tap.test('cleanup - stop auth server', async () => {
|
||||
await stopTestServer(authServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -230,4 +230,4 @@ tap.test('cleanup test SMTP server', async () => {
|
||||
expect(testServer).toBeTruthy();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -240,4 +240,4 @@ tap.test('cleanup test SMTP server', async () => {
|
||||
expect(testServer).toBeTruthy();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -326,4 +326,4 @@ tap.test('cleanup test SMTP server', async () => {
|
||||
expect(testServer).toBeTruthy();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
Reference in New Issue
Block a user