From 2235819f7689e41a5ee5b1ef624c59be67341f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 28 Oct 2025 16:12:28 +0100 Subject: [PATCH] fix: linting issues (#6033) --- test/playwright-runner.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/playwright-runner.spec.js b/test/playwright-runner.spec.js index 114fa9893..1c8d45bbd 100644 --- a/test/playwright-runner.spec.js +++ b/test/playwright-runner.spec.js @@ -20,4 +20,4 @@ test('backbone', async ({ page }) => { test('underscore', async ({ page }) => { await page.goto('http://localhost:9001/test/underscore.html'); await expect(page.locator('text=0 failed')).toBeVisible({ timeout: 60000 }); -}); \ No newline at end of file +});