This commit is contained in:
2025-05-23 19:49:25 +00:00
parent e0f6e3237b
commit a7438a7cd6
40 changed files with 189 additions and 178 deletions

View File

@ -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);
});