From d27cb936b0d2e870ac70df251a9e0f211704e862 Mon Sep 17 00:00:00 2001 From: Tutitoos Date: Fri, 11 Sep 2026 19:23:27 +0200 Subject: [PATCH] style(web): format locale regression test --- apps/web/tests/bootstrap.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/web/tests/bootstrap.spec.ts b/apps/web/tests/bootstrap.spec.ts index ba5cb39..eda4672 100644 --- a/apps/web/tests/bootstrap.spec.ts +++ b/apps/web/tests/bootstrap.spec.ts @@ -1,9 +1,7 @@ import AxeBuilder from "@axe-core/playwright"; import { expect, test } from "@playwright/test"; -test("rerenders authentication when an equal-revision locale catalog arrives", async ({ - page, -}) => { +test("rerenders authentication when an equal-revision locale catalog arrives", async ({ page }) => { await page.route("**/api/auth/setup/status", (route) => route.fulfill({ json: { configured: true } }), );