From d79c581ea8dbd6d37c18c9228975c3a3728a8589 Mon Sep 17 00:00:00 2001 From: Aarish <118203269+ImprobableGenius@users.noreply.github.com> Date: Fri, 23 May 2025 00:55:04 -0500 Subject: [PATCH] Better comments --- services/PlaywrightService.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/PlaywrightService.js b/services/PlaywrightService.js index b86ffd1..d640d4b 100644 --- a/services/PlaywrightService.js +++ b/services/PlaywrightService.js @@ -82,7 +82,8 @@ class PlaywrightService { * Run accessibility test on given url * * @param {string} url - The URL of the page to test - * // TODO: Queue all urls from sitemap + * + * @returns {Array} - The list of results from the accessibility test */ static async #runAccessibilityTest(url) { const browser = await chromium.launch();