update
This commit is contained in:
@ -335,4 +335,4 @@ tap.test('teardown - stop SMTP server', async () => {
|
||||
});
|
||||
|
||||
// Start the test
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -312,4 +312,4 @@ tap.test('teardown - stop SMTP server', async () => {
|
||||
});
|
||||
|
||||
// Start the test
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -490,4 +490,4 @@ tap.test('teardown - stop SMTP server', async () => {
|
||||
});
|
||||
|
||||
// Start the test
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -525,4 +525,4 @@ tap.test('teardown - stop SMTP server', async () => {
|
||||
});
|
||||
|
||||
// Start the test
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -512,4 +512,4 @@ tap.test('cleanup - stop test server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -626,4 +626,4 @@ tap.test('cleanup - stop test server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -459,4 +459,4 @@ tap.test('cleanup - stop test server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -524,4 +524,4 @@ tap.test('cleanup - stop test server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -483,4 +483,4 @@ tap.test('cleanup - stop test server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
Reference in New Issue
Block a user