style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-16 20:55:28 +00:00
parent 8e94462470
commit 230fa8d370
3 changed files with 92 additions and 92 deletions

View file

@ -1,7 +1,7 @@
import { test, expect } from "@playwright/test"
import { test, expect } from "@playwright/test";
test("Users can filter", async ({ page }) => {
await page.goto("/")
await page.goto("/");
// Login
await page.getByRole("link", { name: "log in" }).click();