update
This commit is contained in:
@ -18,7 +18,7 @@ tap.test('setup - start SMTP server', async () => {
|
||||
hostname: 'localhost'
|
||||
});
|
||||
|
||||
expect(testServer).toBeTypeofObject();
|
||||
expect(testServer).toBeTypeOf('object');
|
||||
expect(testServer.port).toEqual(TEST_PORT);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user