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