fix(documentation): Improve documentation formatting and code consistency across project files

This commit is contained in:
2025-05-26 12:57:15 +00:00
parent 393f479b4e
commit 5593c3932a
7 changed files with 228 additions and 73 deletions

View File

@@ -51,7 +51,9 @@ tap.test('should detect SSH service on GitHub', async () => {
});
tap.test('should detect HTTPS on non-standard port', async () => {
const result = await testDetector.isActive('https://lossless.com:443', { detectServiceType: true });
const result = await testDetector.isActive('https://lossless.com:443', {
detectServiceType: true,
});
if (result.isActive) {
expect(result.serviceType).toEqual(detector.ServiceType.HTTPS);
}
@@ -146,4 +148,4 @@ tap.test('should detect commonly used local development ports', async () => {
}
});
export default tap.start();
export default tap.start();