update
This commit is contained in:
@ -472,4 +472,4 @@ tap.test('teardown - stop SMTP server', async () => {
|
||||
});
|
||||
|
||||
// Start the test
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -447,4 +447,4 @@ tap.test('teardown - stop SMTP server', async () => {
|
||||
});
|
||||
|
||||
// Start the test
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -450,4 +450,4 @@ tap.test('teardown - stop SMTP server', async () => {
|
||||
});
|
||||
|
||||
// Start the test
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -322,4 +322,4 @@ tap.test('cleanup - stop SMTP server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -299,4 +299,4 @@ tap.test('cleanup server', async () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -371,4 +371,4 @@ tap.test('cleanup server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -330,4 +330,4 @@ tap.test('cleanup server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
@ -321,4 +321,4 @@ tap.test('cleanup server', async () => {
|
||||
await stopTestServer(testServer);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
Reference in New Issue
Block a user